<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=132; // no quotes!!
XOffset=0;
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="3";
hdrFontColor="red";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="3";
linkBGColor="black";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="arial";
barFontSize="3";
barFontColor="red";
barVAlign="center";
barWidth=20; // 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]=["<b>HOME</b>", "index.html", ""]
ssmItems[1]=["<b>GAMES</b>", "games.html", ""]
ssmItems[2]=["<b>HINTS</b>", "hints.html",""]
ssmItems[3]=["<b>PREVIEWS</b>", "sneak.html", ""]
ssmItems[4]=["<b>RESOURCES</b>", "resource.html",""]
ssmItems[5]=["<b>CLASSICS</b>", "classic.html", ""]
ssmItems[6]=["<b>EMAIL</b>", "mailto:ambrosine@mindspring.com", ""] 


buildMenu();

//-->
