<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="#820a0b";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#c42f35";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#f8e7e7";
linkOverBGColor="#f7dcdc";
linkTarget="_top";
linkAlign="center";
barBGColor="#820a0b";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="  MAIN  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]=["Chef Danhi &amp; Co.", ""] //create header
ssmItems[1]=["Home", "http://chefdanhi.com/", ""]
ssmItems[2]=["Biography", "http://chefdanhi.com/biography.htm", ""]
ssmItems[3]=["Consulting", "http://chefdanhi.com/consultant/consultant.htm", ""]
ssmItems[4]=["Education", "http://chefdanhi.com/educator/educator.htm",""]
ssmItems[5]=["Speaker", "http://chefdanhi.com/speaker/speaker.htm", ""]
ssmItems[6]=["Writing", "http://chefdanhi.com/writer/writer.htm", ""]
ssmItems[7]=["Whats Happening", "http://southeastasianflavors.com/events.php", "_new"]
ssmItems[8]=["Welcome Members", "http://chefdanhi.com/members/welcome_members.htm", ""]
ssmItems[9]=["Contact Me", "http://chefdanhi.com/response.php", ""]
ssmItems[10]=["Website Links", "http://chefdanhi.com/website_links.htm", ""]
ssmItems[11]=["Site Map", "http://chefdanhi.com/site_map.htm", ""]

buildMenu();

//-->