<!--

/*
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=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // 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=110; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#4A617B";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#29245A";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#7B96AD";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="SITE 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]=["BlueSmoke"] //create header
ssmItems[1]=["Home", "../index.shtml", "_new"]
ssmItems[2]=["News", "../webnews.shtml", "_new"]
ssmItems[3]=["Reviews", "../sections.cgi?reviews", "_new"]
ssmItems[4]=["Previews", "../sections.cgi?previews", "_new"]
ssmItems[5]=["Guides", "../sections.cgi?guides", "_new"]
ssmItems[6]=["Case Gallery", "../case_gallery.shtml", "_new"]
ssmItems[7]=["Forums", "../forums", ""]
ssmItems[8]=["Price Index", "../sections.cgi?price", "_new"]
ssmItems[9]=["Contact Us", "../sections.cgi?contact", "_new"]
ssmItems[10]=["About Us", "../sections.cgi?about", "_new"]
ssmItems[11]=["RC5", "../sections.cgi?rc5", "_new"]
ssmItems[12]=["Downloads", "../sections.cgi?downloads", "_new"]
ssmItems[13]=["Sponsors", "../sections.cgi?sponsors", "_new"]
ssmItems[14]=["Links", "../sections.cgi?links", "_new"]

buildMenu();

//-->
