<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=110; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Helvetica";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#1F5C99";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Helvetica";
linkFontSize="2";
linkBGColor="#EAEAEA";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#1F5C99";
barFontFamily="Helvetica";
barFontSize="4";
barFontColor="white";
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]=["HOME"] //create header
ssmItems[1]=["Home", "index.php", ""]

ssmItems[2]=["CONTACTUS"]
ssmItems[3]=["Contact us", "contactus.php",""]

ssmItems[4]=["ABOUTUS"]
ssmItems[5]=["About us", "aboutus.php"]

ssmItems[6]=["FAQ"]
ssmItems[7]=["Faq", "faq.php", ""]
ssmItems[8]=["Troubleshooting", "troubleshooting.php", "_new"]

ssmItems[9]=["SIGNUP"]
ssmItems[10]=["Signup", "signup.php", ""]

ssmItems[11]=["MEMBERS"]
ssmItems[12]=["Members Login", "login.php", ""]

buildMenu();

//-->

