<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=135; // no quotes!!
XOffset=18;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=5; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#003E5D";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#CC0000";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="17";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffffff";
linkOverBGColor="#003E5D";
linkTarget="_top";
linkAlign="Left";
barBGColor="#003E5D";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="MENU NAVIGATOR"; // <IMG> tag supported. Put exact html for an image to show.
//barText="<IMG src=menunav.gif>"; // <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 & visitors&nbsp;&nbsp;"] //create header
ssmItems[1]=["Home", "index.php", ""]
ssmItems[2]=["Login", "modules.php?name=Your_Account",""]
ssmItems[3]=["Register", "modules.php?name=Your_Account&op=new_user", ""]

ssmItems[4]=["Members options&nbsp;&nbsp;", "", ""] //create header
ssmItems[5]=["Login", "modules.php?name=Your_Account", ""]
ssmItems[6]=["Logout", "modules.php?name=Your_Account&op=logout", ""]
ssmItems[7]=["Lost password?", "modules.php?name=Your_Account&op=pass_lost", ""]
ssmItems[8]=["Preferences", "modules.php?name=Your_Account", ""]

ssmItems[9]= ["Communicate&nbsp;&nbsp;", "", ""] //create header
ssmItems[10]=["Forum", "modules.php?name=Forums", ""]

ssmItems[11]=["Facilities&nbsp;&nbsp;", "", ""] //create header
ssmItems[12]=["Downloads", "modules.php?name=Downloads", ""]
ssmItems[13]=["Search in our site", "modules.php?name=Search", ""]

ssmItems[14]=["News&nbsp;&nbsp;", "", ""] //create header
ssmItems[15]=["All articles", "modules.php?name=News", ""]
ssmItems[16]=["Articles year folder", "modules.php?name=Stories_Archive", ""]
ssmItems[17]=["More news", "modules.php?name=More_News", ""]
ssmItems[18]=["Submit article", "modules.php?name=Submit_News", ""]
ssmItems[19]=["Topics", "modules.php?name=Topics", ""]
ssmItems[20]=["", "", ""] //create header
buildMenu();

//-->