<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=10; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=80; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#738CFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#99AAFF";
linkOverBGColor="#1122ED";
linkTarget="_top";
linkAlign="Left";
barBGColor="yellow";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Site", "", ""] //create header
ssmItems[1]=["Home", "home.html", ""]
ssmItems[2]=["Join", "join.html", ""]
ssmItems[3]=["Rules", "rule.html", ""]
ssmItems[4]=["About", "about.html", ""]
ssmItems[5]=["Game", "", ""]
ssmItems[6]=["News", "news.html", ""]
ssmItems[7]=["Stats", "stats.html", ""]
ssmItems[8]=["Forum", "http://domestos.proboards15.com", ""]
ssmItems[9]=["Maps", "map.html", ""]
ssmItems[10]=["Info", "info.html", ""]
ssmItems[11]=["FAQ", "faq.html",""]
buildMenu();
//-->