<!--

/*
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=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#CCCC99";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="18";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="olive";
linkOverBGColor="#999966";
linkTarget="_top";
linkAlign="Left";
barBGColor="#666600";
barFontFamily="arial";
barFontSize="1";
barFontColor="beige";
barVAlign="center";
barWidth=25; // no quotes!!
barText="SIDE 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]=["Menu"] //create header
ssmItems[1]=["Home", "http://www.exroyalmarinesbandsmen.net/index.html", ""]
ssmItems[2]=["Notice Board", "http://www.exroyalmarinesbandsmen.net/RMBTCE.htm",""]
ssmItems[3]=["2005", "http://www.exroyalmarinesbandsmen.net/intro_RMB_2005.htm", ""]
ssmItems[4]=["We Salute", "http://www.exroyalmarinesbandsmen.net/SALUTE.htm", "_new"]
ssmItems[5]=["Sick Bay", "http://www.exroyalmarinesbandsmen.net/sickbay.htm", ""]
ssmItems[6]=["Photo Gallery", "http://www.exroyalmarinesbandsmen.net/photogallery.htm", ""]

ssmItems[7]=["Guestbook", "http://www.exroyalmarinesbandsmen.net/gbookII.htm", 1, "no"] //create two column row
ssmItems[8]=["Sitemap", "http://www.exroyalmarinesbandsmen.net/SITEMAP.htm", "",1]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Buddy List", "http://www.exroyalmarinesbandsmen.net/buddylist.htm", ""]
ssmItems[11]=["Find a buddy", "http://www.exroyalmarinesbandsmen.net/oppo.htm", ""]
ssmItems[12]=["Sign up", "http://www.exroyalmarinesbandsmen.net/enlist.htm", ""]

buildMenu();

//-->
