/*
               Horizontal BSA9.com  MENU Level 4  (Fourth folder from Root)

DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=3;		// Sub menu offset Top position 
suboffset_left=1;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",				// Mouse Off Font Color
"009900",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"Lime",					// Mouse On Background Color
"000000",				// Menu Border Color 
10,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",			// Font Name
2,					// Menu Item Padding
"../../../../menus/arrow.gif",				// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"white",				// Current Page Item Font Color (leave this blank to disable)
"black",				// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000000",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[				// This is the array that contains your menu properties and details
"mainmenu",				// Menu Name - This is needed in order for the menu to be called
1,					// Menu Top - The Top position of the menu in pixels
1,					// Menu Left - The Left position of the menu in pixels
51,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"center",				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,					// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Home","../../../../index.html",,"",1
,"Calendar","../../../../calendar/calendar.htm",,"",1
,"Music","show-menu=music",,"",1
,"Contact","../../../../contact/contact.html",,"",1
,"Activities","show-menu=activities",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Organization","show-menu=organization",,"",1
,"Fun","show-menu=fun",,"",1
,"Links","show-menu=links",,"",1
,"Resources","show-menu=resources",,"",1
,"Community","../../../../Community/T9CCommunity.html",,"",1
])
	addmenu(menu=["music",
	,,75,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Rock","show-menu=rock",,,1
	,"Blues","show-menu=blues",,,1
	,"Bluegrass","show-menu=bluegrass",,,1
	,"Classical","show-menu=classical",,,1
	,"TV/Movie","show-menu=tvmovie",,,1
	,"Other","show-menu=othermusic",,,1
	])

		addmenu(menu=["rock",
		,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Killer Queen","../../../../siteaudio/music/rock/killer_queen.mid",,,1
		,"Another One Bites the Dust","../../../../siteaudio/music/rock/bite_dust.mid",,,1
		,"Bohemian Rhaposdy","../../../../siteaudio/music/rock/bohemian_rhapsody.mid",,,1
		,"American Woman","../../../../siteaudio/music/rock/american.mid",,,1
		,"Bad to the Bone","../../../../siteaudio/music/rock/badtothebone.mid",,,1
		,"Time Warp","../../../../siteaudio/music/rock/time_warp.mid",,,1
		,"Don't Fear the Reaper","../../../../siteaudio/music/rock/reaper.mid",,,1
		])

		addmenu(menu=["blues",
		,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Just Blue","../../../../siteaudio/music/blues/justblue.mid",,,1
		])

		addmenu(menu=["bluegrass",
		,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Foggy Mountain","../../../../siteaudio/music/bluegrass/fogmtn.mid",,,1
		,"Cherokee","../../../../siteaudio/music/bluegrass/cherokee.mid",,,1
		])

		addmenu(menu=["classical",
		,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Mozart's Requiem","../../../../siteaudio/music/classical/mozreqm.mid",,,1
		,"Bach","../../../../siteaudio/music/classical/bach.mid",,,1
		,"Albinoni","../../../../siteaudio/music/classical/albinoni.mid",,,1
		,"Benidictus","../../../../siteaudio/music/classical/benidictus.mid",,,1
		])

		addmenu(menu=["tvmovie",
		,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Tales From the Crypt","../../../../siteaudio/music/tvmovie/talescrypt.mid",,,1
		,"Nightmare Before Christmas","../../../../siteaudio/music/tvmovie/nightmare.mid",,,1
		,"Hakuna Matata","../../../../siteaudio/music/tvmovie/hakuna.mid",,,1
		,"Gremlins","../../../../siteaudio/music/tvmovie/gremlins.mid",,,1
		,"Exorcist","../../../../siteaudio/music/tvmovie/exorcist.mid",,,1
		,"Buggs Bunny","../../../../siteaudio/music/tvmovie/bugs.mid",,,1
		,"Beetlejuice","../../../../siteaudio/music/tvmovie/beetle.mid",,,1
		,"Annimanics","../../../../siteaudio/music/tvmovie/animx.mid",,,1
		])

		addmenu(menu=["othermusic",
		,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"BoogeMan","../../../../siteaudio/music/other/boogeman.mid",,,1
		,"Wonderful World (louis Armstrong)","../../../../siteaudio/music/other/wonderw.ra",,,1
		,"Wonderful World","../../../../siteaudio/music/other/WonderfulWorld.mid",,,1
		,"Spooks on Parade","../../../../siteaudio/music/other/spooks.mid",,,1
		])



	addmenu(menu=["activities",
	,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Camping","show-menu=camping",,,1
	,"Hiking","show-menu=hiking",,,1
	,"Service Projects","show-menu=serviceproj",,,1
	,"Special Events","show-menu=specialevents",,,1
	])
	
		addmenu(menu=["camping",
		,,45,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"2003","../../../../activities/camping/2003/Camp2003.html",,,1
		,"2002","show-menu=camping2002",,,1
		,"2001","show-menu=camping2001",,,1
		,"2000","show-menu=camping2000",,,1
		])

			addmenu(menu=["camping2003",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Klondike Derby","",,,
			,"Rendezvous","",,,
			,"Lakeside","",,,
			,"Summer Camp","",,,
			])

			addmenu(menu=["camping2002",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Klondike Derby","../../../../activities/camping/2002/Klondike02/Klondike02.html",,,1
			,"Devils Den","../../../../activities/camping/2002/DevilsDen02/DevilsDen02.html",,,1
			,"Rendezvous","../../../../activities/camping/2002/Rendezvous02/Rendwzv02.html",,,1
			,"Summer Camp","../../../../activities/camping/2002/Arrowhead02/Arrowhead02.html",,,1
			])

			addmenu(menu=["camping2001",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Klondike Derby","../../../../activities/camping/2001/Klondike01/Klondike01.html",,,1
			,"Rendezvous","../../../../activities/camping/2001/Rendezvous01/Rendezvous2001.html",,,1
			,"Summer Camp","../../../../activities/camping/2001/Summercamp01/Summercamp01.html",,,1
			,"Houlston's Mill","../../../../activities/camping/2001/HoulstonsMill/Houlston.html",,,1
			])


			addmenu(menu=["camping2000",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Klondike Derby","../../../../activities/camping/2000/Klondike00/T9Klond.html",,,1
			,"Lakeside","../../../../activities/camping/2000/Lakesidecamp/Laksidecamp.html",,,1
			,"Rendezvous","../../../../activities/camping/2000/Rendezvous/Rendezvous.html",,,1
			,"Summercamp","../../../../activities/camping/2000/Arrowhead/SCampDaily.html",,,1
			,"Roaring River","../../../../activities/camping/2000/RoaringRiver/RoaringRiver.html",,,1
			,"La Tierra","../../../../activities/camping/2000/LaTierra/Latierra2.html",,,1
			,"Lakeside II","../../../../activities/camping/2000/Lakeside2/Lakeside2.html",,,1
			])
		
		addmenu(menu=["hiking",
		,,45,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"2003","",,,1
		,"2002","",,,1
		,"2001","",,,1
		,"2000","show-menu=hiking2000",,,1		
		])
			addmenu(menu=["hiking2000",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Lakeside","../../../../activities/camping/2000/Lakesidehike/Lakesidehike.html",,,1
			])


		addmenu(menu=["serviceproj",
		,,45,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"2003","../../../../activities/serviceproj/2003/Service03.html",,,1
		,"2002","show-menu=service2002",,,1
		,"2001","show-menu=service2001",,,1
		,"2000","show-menu=service2000",,,1		
		])

			addmenu(menu=["service2000",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Scouting For Food","../../../../activities/serviceproj/2000/scoutingfood/scoutfood00.html",,,1	
			,"Crossover Site Construction","../../../../activities/serviceproj/2000/crossover/crosbridge.html",,,1
			,"Relay For Life","../../../../activities/serviceproj/2000/relayforlife/relayforlife.html",,,1
			,"Red White & Boom","../../../../activities/serviceproj/2000/RedWhiteBoom/RedWhiteBoom.html",,,1
			])

			addmenu(menu=["service2001",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Scouting For Food","../../../../activities/serviceproj/2001/scoutfood/scoutfood01.html",,,1	
			,"Relay For Life","../../../../activities/serviceproj/2001/relayforlife/relayforlife01.html",,,1
			,"Memorial Day","../../../../activities/serviceproj/2001/memorialday/memorial01.html",,,1
			,"Gospel Sing","../../../../activities/serviceproj/2001/gospelsing/gospel.html",,,1
			])

			addmenu(menu=["service2002",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Scouting For Food","../../../../activities/serviceproj/2002/scoutfood/sfood02.html",,,1	
			,"VFW Flag Presentation","../../../../activities/serviceproj/2002/vfw/vfw02.html",,,1
			,"Memorial Day","../../../../activities/serviceproj/2002/memorial02/memorial02.html",,,1
			])

		addmenu(menu=["specialevents",
		,,45,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"2003","../../../../activities/specialevents/2003/Special03.html",,,1
		,"2002","show-menu=special2002",,,1
		,"2001","show-menu=special2001",,,1
		,"2000","show-menu=special2000",,,1		
		])

			addmenu(menu=["special2000",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Scout Sunday","../../../../activities/specialevents/2000/ScoutSunday/T9Ssunday.htm",,,1
			,"Scout Show","../../../../activities/specialevents/2000/ScoutShow/T9SShow2000.htm",,,1
			,"Webelos Crossover","../../../../activities/specialevents/2000/Crossover2000/WCrossover2000.html",,,1
			,"Sponsor's Fish Fry","../../../../activities/specialevents/2000/FishFry/FishFry.html",,,1
			,"Lost in the Corn Maze","../../../../activities/specialevents/2000/Maze/Maze.html",,,1	
			,"Spook Insurance","../../../../activities/specialevents/2000/Spook/Spook.html",,,1
			,"Tribe of the Eagle","../../../../activities/specialevents/2000/TOE/TribeofEagle.html",,,1
			])

			addmenu(menu=["special2001",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Scout Lock-In","../../../../activities/specialevents/2001/Lockin2001/Lockin.html",,,1	
			,"Scout Tower","../../../../activities/specialevents/2001/Tower2/ScoutTower.html",,,1
			,"Scout Sunday","../../../../activities/specialevents/2001/ScoutSunday01/ScoutSunday01.html",,,1
			,"Special Webelos Crossover","../../../../activities/specialevents/2001/SpecialXover/SpecialXover.html",,,1
			,"Webelos Crossover","../../../../activities/specialevents/2001/Crossover2001/Crossover2001.html",,,1	
			,"Tribe of the Eagle","../../../../activities/specialevents/2001/TOE2001/TOE01.html",,,1
			])

			addmenu(menu=["special2002",
			,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Scout Lock-In","../../../../activities/specialevents/2002/Lockin02/Lockin02.html",,,1	
			,"Scout Sunday","../../../../activities/specialevents/2002/ScoutSunday02/ScoutSunday02.html",,,1
			,"Rolla, MO Merit Badge Day","../../../../activities/specialevents/2002/RollaMB02/RollaMB02.html",,,1
			,"Sharing Native American Ways","../../../../activities/specialevents/2002/SNAWS/Snaws02.html",,,1
			,"Webelos Crossover","../../../../activities/specialevents/2002/Crossover02/Crossover02.html",,,1	
			])


	addmenu(menu=["organization",
	,,90,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Youth","show-menu=orgyouth",,,1
	,"Order of the Arrow","../../../../Organization/OrderofArrow/OA.html",,,1
	,"Adult","show-menu=adult",,,1
	,"Sponsor","http://www.gbgm-umc.org/fumc-carthage/",,,1
	])
	
		addmenu(menu=["orgyouth",
		,,90,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Leadership","../../../../Organization/Youth/Leadership/T9Ldrshp.htm",,,1
		,"Patrols","show-menu=patrols",,,1
		])

			addmenu(menu=["patrols",
			,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
			,"Chao Patrol","../../../../Organization/Youth/Patrols/Cartoon/CartoonPatrol.html",,,1
			,"Thunderbolt Patrol","../../../../Organization/Youth/Patrols/Thunderbolt/TPatrol.html",,,1
			,"Raiders Patrol","../../../../Organization/Youth/Patrols/Raiders/RaiderPatrol.html",,,1
			])

		addmenu(menu=["oa",
		,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Organization","",,,1
		,"Activities","",,,1
		,"Links","",,,1
		])


		addmenu(menu=["adult",
		,,80,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Leadership","../../../../Organization/Adult/TroopLeader/T9Adults.htm",,,1
		,"Committee","../../../../Organization/Adult/TroopCommittee/T9Committee.htm",,,1
		])


	
	addmenu(menu=["fun",
	,,80,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Games","../../../../Fun/Games/games.html",,,1
	,"Neat Stuff","../../../../Fun/NeatStuff/neatstuff.html",,,1
	,"Humor","../../../../Fun/Humor/humor.html",,,1	
	])

	addmenu(menu=["links",
	,,148,1,"",style1,,"",effect,,,,,,,,,,,,

	,"Local Scouting Links","show-menu=local",,,1
	,"National Scouting Links","show-menu=national",,,1
	,"High Adventure Camps","show-menu=camps",,,1
	,"Local and National Boy Scout Troops on the World Wide Web","http://www.emf.net/~troop24/scouting/troops.html",,,1
	,"Webpage Development","show-menu=webdev",,,1
	])

		addmenu(menu=["local",
		,,130,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Cub Scout Pack 9","http://pack.bsa9.com/",,,1
		,"First United Methodist Church, Carthage, MO","http://www.gbgm-umc.org/fumc-carthage/",,,1
		,"Ozark Trails Council","http://ozarktrailsbsa.org/index3.html",,,1
		])

		addmenu(menu=["national",
		,,130,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"National Boy Scout","http://www.scouting.org/",,,1
		,"BSA Supply Division","http://www.scoutstuff.org/",,,1
		,"National Scouting Museum","http://www.bsamuseum.org/",,,1
		,"Boys Life Magazine","http://www.boyslife.org/",,,1
		,"Scouting Magazine","http://www.scoutingmagazine.org/",,,1
		,"2005 National Scout Jamboree","http://www.scouting.org/jamboree/index.html",,,1
		])

		addmenu(menu=["camps",
		,,130,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Northern Tier","http://www.ntier.org/",,,1
		,"Florida Sea Base","http://www.bsaseabase.org/",,,1
		,"Philmont Scout Ranch","http://www.philmont.com/",,,1
		])

		addmenu(menu=["webdev",
		,,100,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Java menu author's website","http://www.milonic.co.uk/menu",,"Milonic DHTML Menu Site",1
		])

	addmenu(menu=["resources",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Troop 9 Manual","show-menu=manual",,,1
	,"Public Troop Docs","show-menu=public",,,1
	,"Private Troop Docs password required","../../../../privdoc/Privatedoc.html",,,1
	,"BSA Forms","http://www.scouting.org/forms/index.html",,,1
	,"Merit Badge Requirements","http://www.meritbadge.com/home.htm",,,1
	,"Online Youth Protection Training","http://www.scouting.org/pubs/ypt/ypt.jsp?p=i-00&a=off&c=306",,,1
	,"Guide to Safe Scouting","http://www.scouting.org/pubs/gss/index.html",,,1
	,"Scout Games and Activities","http://edinburgh-scout.org.uk/games/",,,1
	])

		addmenu(menu=["manual",
		,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Troop 9 Manual Acrobat .PDF ","../../../../publicdoc/TroopGuide.pdf",,,1
		,"Troop 9 Manual Word    .doc ","../../../../publicdoc/Troop9Guide.doc",,,1
		])

		addmenu(menu=["public",
		,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Troop 9 Forms","../../../../publicdoc/forms/Troopforms.html",,,1
		,"Troop Meeting Minutes","../../../../publicdoc/minutes/Troopmeet/Minmeet.html",,,1
		,"PLC Meeting Minutes","../../../../publicdoc/minutes/PLC/MinPLC.html",,,1
		,"Committee Meeting Minutes","../../../../publicdoc/minutes/Committee/Mincomt.html",,,1
		])


		addmenu(menu=["private",
		,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Troop 10 Carl Junction,MO","http://www.milonic.co.uk/menu",,,1
		])

dumpmenus()