<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=365; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#3366FF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#3333FF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="#3366FF";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="center";
barBGColor="#3366FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // 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]=["NJROTC"] //create header
ssmItems[1]=["Olde Glory", "oldeglory.htm", ""]
ssmItems[2]=["NJROTC Program", "njrotc.htm", ""]
ssmItems[3]=["Guest Book", "guestbook.htm", ""]
ssmItems[4]=["Misc"] //create header
ssmItems[5]=["Air Rifle Target", "airrifleconstructionmanual.htm", ""]
ssmItems[6]=["Lagniappe", "Langiappe.htm", ""]
ssmItems[7]=["Links", "links.htm", ""]


buildMenu();

//-->
