<!--

/*
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=60; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="ariel";
hdrFontSize="3";
hdrFontColor="#000000";
hdrBGColor="#ECCC6C";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="ariel";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#ECCC6C";
barFontFamily="ariel";
barFontSize="3";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION 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", "index.htm", ""]
ssmItems[2]=["Calendar", "http://www.fumc-moore.org/cgi-bin/calendar.pl?calendar=boyscouts","_main"]
ssmItems[3]=["Troop News", "troop_news.htm", ""]
ssmItems[4]=["Training", "programs&training.htm", ""]
ssmItems[5]=["Our Flag", "ourflag.htm", ""]
ssmItems[6]=["Resource Page", "resource_page.htm", ""]
ssmItems[7]=["Camping", "camps.htm", ""]
ssmItems[8]=["Summer Camp", "summer_camp.htm", ""]
ssmItems[9]=["Activity Page", "activity_page.htm", ""]
ssmItems[10]=["Patrol Pages", "patrols.htm", ""]
ssmItems[11]=["Eagle Honor Roll", "eagle.htm", ""]
ssmItems[12]=["Eagle Links", "eagle_links.htm", ""]
ssmItems[13]=["Order of the Arrow", "oa.htm", ""]
ssmItems[14]=["God & Country", "god&country.htm", ""]

ssmItems[15]=["FAQ", "documents/Troop_Fact_Sheet.htm", "", 1, "no"] //create two column row
ssmItems[16]=["Email", "mailto: msbink@cox.net", "",1]



buildMenu();

//-->