<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=300; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Georgia, Times New Roman, Times, serif";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#999966";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Arial, Helvetica, san serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#999966";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFCC66";
barFontFamily="Georgia, Times New Roman, Times, serif";
barFontSize="2";
barFontColor="#405C20";
barVAlign="center";
barWidth=20; // no quotes!!
barText="New"; // <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]=["At Casey's "] //create header
ssmItems[1]=["Place an FTD Order ", "../level2/wire.html", ""]
ssmItems[2]=["Order Flowers for Local<br>&nbsp;Delivery ", "http://www.caseysgardenshop.com/specials.html", ""]
ssmItems[3]=["Organics", "../level2/organics.html",""]
ssmItems[4]=["Collectibles", "../level2/collect.html",""]
ssmItems[5]=["Corsages and<br>&nbsp;Boutonnieres","../level2/corsage-boutonniere.html",""]
ssmItems[6]=[""] //create header
ssmItems[7]=["Home", "../index.html", ""]
ssmItems[8]=["Contact Us", "../level2/contact.html", ""]


buildMenu();

//-->