<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=200; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=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="black";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#996666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="left";
barBGColor="#993333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='SIDEMENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Main");
addItem("Home", "home.html", "");
addItem("News", "news.html", "");
addItem("Stories", "stories.html", "");
addItem("Missions", "missions.html", "");
addItem("Pictures", "pictures.html", "");
addItem("Multimedia", "multimedia.html", "");
addHdr("Store");
addItem("Books", "books.html", "");
addItem("Equipment", "equipment.html", "");
addHdr("More");
addItem("Games", "games.html", "");
addItem("Weapons", "weapons.html", "");
addItem("Emails", "emails.html", "");
addItem("Contact Us", "contact.html", "");
addItem("Links", "links.html", "");

buildMenu();


//-->
