<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=350; // no quotes!!
XOffset=658;
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=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontColor="black";
hdrBGColor="#FFCC33";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336633";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="WHAT'S YOUR FLAVOR?"; // <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]=["Chef&nbsp;Specials"] //create header
ssmItems[1]=["Soups&nbsp;&amp;&nbsp;Salads", "#sou", ""]
ssmItems[2]=["Appetizers<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;&nbsp;Sides", "#app",""]
ssmItems[3]=["Entrees", "#ent", ""]
ssmItems[4]=["Desserts", "#des", ""]
ssmItems[5]=["Other&nbsp;Menus"]
ssmItems[6]=["Regular&nbsp;Menu", "reg_menu.html", ""]
ssmItems[7]=["Kids", "kids_menu.html", ""]

buildMenu();

//-->