<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=-1;
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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="4";
hdrFontColor="white";
hdrBGColor="#6464F0";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="tahoma";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FA872A";//FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#008000";//444444";
barFontFamily="verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=13; // no quotes!!
barText="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]=["- MAIN MENU -"] //create header
ssmItems[1]=["Downloads", "downloads.htm",""]
ssmItems[2]=["Links", "links.htm", ""]
ssmItems[3]=["E-Mail Me", "mailto:visualmsx@emuunlim.com", ""]
ssmItems[4]=["- DOCS -"] // Create documentation header
ssmItems[5]=["Read Me", "docs/readme.htm", "_new"]
ssmItems[6]=["What's New", "docs/whatsnew.htm", "_new"]
ssmItems[7]=["Known Bugs", "docs/bugs.htm", "_new"]
ssmItems[8]=["To-Do List", "docs/todo.htm", "_new"]
ssmItems[9]=["- QUICK LINKS -", "", ""] //create header
ssmItems[10]=["NLMSX - MSX Emulator", "http://nlmsx.generation-msx.nl/", "_new"]
ssmItems[11]=["Emu Loader", "http://www.mameworld.net/emuloader", "_new"]


buildMenu();

//-->