<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=40; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=50 // no quotes!!
waitTime=250; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#BBD3C2";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#BBD3C2";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="center";
barBGColor="#BBD3C2";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Mouse Here for Menu"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Home", "http://oddsandinsonline.com/index.html", "_new", 1, "no"]
ssmItems[2]=["Shop", "https://oddsandinsonline.com/catalog/", "", 1] 
ssmItems[3]=["Make the most of your visit-Optimize!", "http://oddsandinsonline.com/other%20pages/optimize.html", ""]
ssmItems[4]=["View Secure Cart", "http://oddsandinsonline.com/catalog/shopping_cart.php", "_new", 1, "no"]
ssmItems[5]=["Mail-In Order Form", "http://oddsandinsonline.com/Catalog%20Order%20Form-%20Retail.pdf", "_new",1]
ssmItems[6]=["Just Added!", "http://oddsandinsonline.com/catalog/index.php?cPath=61", ""]
ssmItems[7]=["Stitcher's Gallery", "http://oddsandinsonline.com/catalog/gallery.php", ""]
//create two column row
ssmItems[8]=["FAQ", "http://oddsandinsonline.com/other%20pages/faq.html", ""]
ssmItems[9]=["Safer Surfing", "http://oddsandinsonline.com/other%20pages/safer.html", ""]
ssmItems[10]=["Badge Generator", "http://oddsandinsonline.com/other%20pages/support.html", ""]
ssmItems[11]=["Email Quin!", "mailto:quin@oddsandinsonline.com", ""]
ssmItems[12]=["Offsite Links", "", ""] //create header
ssmItems[13]=["O&I Auction", "http://www.quins-auction.com", "_new"]
ssmItems[14]=["Visit Top 100 XS", "http://www.topcrossstitchsites.com/cgi-bin/auto/rankem.cgi?id=quin1234", "_new"]
ssmItems[15]=["O&I Links Page", "http://oddsandinsonline.com/Links/index.php", "_new"]
buildMenu();

//-->