<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=218; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=60000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
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="verdana";
hdrFontSize="3";
hdrFontColor="#F7FE94";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="30";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#6f801a";
linkOverBGColor="#F7FE94";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="F7FE94";
barVAlign="center";
barWidth=15; // no quotes!!
barText="MULTI 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]=["News", "news.htm",""]
ssmItems[2]=["Products", "products.htm",""]
ssmItems[3]=["Reviews", "reviews.htm", ""]
ssmItems[4]=["Editor's Notes", "editor.htm", ""]
ssmItems[5]=["Links", "links.htm", ""]
ssmItems[6]=["Contact", "contact.htm", ""]

ssmItems[7]=["Freelance", "freelance.htm", ""] //create two column row
ssmItems[8]=["Email", "email.htm", ""]


buildMenu();

//-->