<!--

YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=2000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; 
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#666600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFFFF";
linkTarget="_self";
linkAlign="Left";
barBGColor="#FFFFFF";
barFontFamily="Arial";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=15; // no quotes!!
barText= "Quick Menu"; 
///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Select"] //create header
ssmItems[1]=["Home", "index.html", "_self"]
ssmItems[2]=["Site Map", "sitemap.html","_self"]
ssmItems[3]=["Antiques & Art", "antiqueart.html", "_self"]
ssmItems[4]=["FAQs", "faq.html", "_self"]
ssmItems[5]=["Our Values", "ourvalues.html", "_self"]
ssmItems[6]=["Our Company", "companyinfo.html", "_self"]
ssmItems[7]=["Resources", "links.html", "_self"]
ssmItems[8]=["Privacy", "privacy.html", "_self"]
ssmItems[9]=["Showcase", "showcase.html", "_self"]
ssmItems[10]=["Highlight Gallery", "highlight.html", "_self"]

buildMenu();

//-->