<!--

/*
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="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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#CC0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="center";
barBGColor="#CC0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="TROOP 10 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]=["Troop10.net Home", "index.htm",""]
ssmItems[1]=["Eagle Scouts", "eagle.htm", ""]
ssmItems[2]=["Scout Stories", "scoutposts.htm", ""]
ssmItems[3]=["About Us", "about.htm", ""]
//ssmItems[1]=["Patrols", "", ""] //create header
//ssmItems[2]=["Patrol 1", "patrol1.htm", "",1, "no"] //create two column row
//ssmItems[3]=["Patrol 2", "patrol2.htm", "",1]
//ssmItems[4]=["Patrol 3", "patrol3.htm", "",1, "no"] //create two column row
//ssmItems[5]=["Patrol 4", "patrol4.htm", "",1]

ssmItems[4]=["Activities", "", ""] //create header
ssmItems[5]=["Calendar", "calendar.htm", "_new",1, "no"] //create two column row
ssmItems[6]=["Camping", "camping.htm", "",1]
ssmItems[7]=["Merit Badges", "merit.htm", ""]
ssmItems[8]=["Service Projects", "service.htm", ""]

ssmItems[9]=["Troop Links", "", ""] //create header
ssmItems[10]=["Advancement", "advance.htm",""]
ssmItems[11]=["Library", "library.htm",""]
ssmItems[12]=["Photos", "gallery.htm", "",1, "no"] //create two column row
ssmItems[13]=["Links", "links.htm", "",1]
ssmItems[14]=["Troop Contact Info", "contact.htm", ""]
ssmItems[15]=["Ads & Affiliates", "ads.htm", ""]

buildMenu();

//-->