<!--

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

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["The Driftwood", "", ""]
ssmItems[1]=["About Us/Contact Us", "index.htm", ""]

ssmItems[2]=["Menus", "", ""] //create header
ssmItems[3]=["Breakfast Menu", "menu-break.htm", ""]
ssmItems[4]=["Kids Menu", "menu-little.htm", ""]
ssmItems[5]=["Lunch Menu", "menu-sports.htm", ""]
ssmItems[6]=["Dinner Menu", "menu-rest.htm",""]
ssmItems[7]=["Late Night Menu", "menu-late.htm", ""]

ssmItems[8]=["Area Information", "", ""] //create header
ssmItems[9]=["Activities", "http://www.stignace.com/recreation-8/", "_new"]
ssmItems[10]=["Attractions", "http://www.stignace.com/attractions-3/", "_new"]
ssmItems[11]=["Maps", "snowflake_cottage.htm#map", ""]
ssmItems[12]=["Weather", "http://www.weather.com/weather/local/49781?y=16&x=5", "_new"]

ssmItems[13]=["Other Places", "", ""] //create header
ssmItems[14]=["Mackinac Grille", "http://www.mackinacgrille.com", "_new"]

buildMenu();

//-->