<!--

/*
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=40 // 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=190; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#666666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="NAVIGATION"; // <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]=["*RRMS*|Call of Duty Clan"] //create header
ssmItems[1]=["*RRMS*|Home", "http://rrmsweb.com/rrms/news.php", "_new"]
ssmItems[2]=["*RRMS*|Register", "http://rrmsweb.com/rrms/signup.php","_new"]
ssmItems[3]=["*RRMS*|Forums", "http://rrmsweb.com/rrms/e107_plugins/forum/forum.php", "_new"]
ssmItems[4]=["*RRMS*|Recruitment", "http://rrmsweb.com/rrms/e107_plugins/forum/forum_viewforum.php?9", "_new"]
ssmItems[5]=["*RRMS*|Servers", "http://rrms.clanservers.com/CoD/cod1/cod1.php", "_new"]

ssmItems[6]=["*RRMS*|Evolution"] //create header
ssmItems[7]=["*Evo*|Home", "http://rrmsweb.com/evo1/index.php", "_new"]
ssmItems[8]=["*Evo*|Register", "http://rrmsweb.com/evo1/modules.php?name=Your_Account&op=new_user", "_new"]
ssmItems[9]=["*Evo*|Forums", "http://rrmsweb.com/evo1/modules.php?name=Forums", "_new"]
ssmItems[10]=["*Evo*|Downloads", "http://rrmsweb.com/evo1/modules.php?name=Downloads", "_new"]


ssmItems[11]=["*RRMS*|Stats", "", ""] //create header
ssmItems[12]=["*RRMS*|Sniper/RnG", "http://www.gametracker.com/server_info/8.9.31.106:28960/", "_new"]
ssmItems[13]=["*RRMS*|UO/AWE", "http://www.gametracker.com/server_info/8.9.15.203:28960/", "_new"]
ssmItems[14]=["*RRMS*|eXtreme Sniper", "http://www.gametracker.com/server_info/8.12.18.31:28960/", "_new"]
ssmItems[15]=["*RRMS*|eXtreme", "http://www.gametracker.com/server_info/8.18.92.48:28960/", "_new"]
ssmItems[16]=["*RRMS*|Custom Maps|HC|", "http://www.gametracker.com/server_info/8.18.92.56:28960/", "_new"]

buildMenu();

//-->