//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = true;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";		// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#0000ff";		// main nav cell color
var rCOLOR = 	"#ffdf00";		// main nav cell rollover color
var bSIZE = 	2;		// main nav border size
var bCOLOR = 	"black"		// main nav border color
var aLINK = 	"#ffdf00";		// main nav link color
var aHOVER = 	"navy";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";		// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	1;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#0000ff";		// submenu cell color

var srCOLOR = 	"#ffdf00";		// submenu cell rollover color
var sbSIZE = 	2;		// submenu border size
var sbCOLOR = 	"black"		// submenu border color
var saLINK = 	"#ffdf00";		// submenu link color
var saHOVER = 	"navy";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";		// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"bold"		// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	9;		// submenu drop shadow size
var shCOLOR =	"#003399";	// submenu drop shadow color
var shOPACITY = 50;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;			// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;		// allow the navbar and menus to print (not ns4)

//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","HOME",80,"center","","HOME",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(140,"left","center",-4,-6,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.hubbardohio.net/~pack100/","Pack 100 Home Page","","Pack 100 Home Page");


// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","PACK 100 DENS",120,"center","","PACK 100 DENS",0,0,"");

	defineSubmenuProperties(170,"left","center",-4,-6,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

	addSubmenuItem("","T.C. And Our Tiger Dens","","T.C. And Our Tiger Dens");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(100,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den6.htm","Den 6","","Den 6");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den9.htm","Den 9","","Den 9");
		
	addSubmenuItem("","Akela And Our Wolf Dens","","Akela And Our Wolf Dens");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(100,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den1.htm","Den 1","","Den 1");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den7.htm","Den 7","","Den 7");

	addSubmenuItem("","Baloo And Our Bear Dens","","Baloo And Our Bear Dens");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(100,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den4.htm","Den 4","","Den 4");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den8.htm","Den 8","","Den 8");

	addSubmenuItem("","Our Webelos I & II Dens","","Our Webelos Dens");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(100,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den3.htm","Den 3: W-I","","Den 3: W-I");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den2.htm","Den 2: W-II","","Den 2: W-II");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Den5.htm","Den 5: W-II","","Den 5: W-II");


addMainItem("","REQUIREMENT GUIDE",130,"center","","REQUIREMENT GUIDE",0,0,"");

	defineSubmenuProperties(155,"left","center",-4,-6,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

	addSubmenuItem("","Belt Loops & Pins","","Belt Loops & Pins");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Academics.htm","Academics Requirements","","Academics Requirements");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Sports.htm","Sports Requirements","","Sports Requirements");

	addSubmenuItem("","Bobcat Rank","","Bobcat Rank");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/bobcat-req.htm","Bobcat Requirements","","Bobcat Requirements");

	addSubmenuItem("","Tiger Rank","","Tiger Rank");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/tiger-req.htm","Tiger Requirements","","Tiger Requirements");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/tigerelective.htm","Tiger Electives","","Tiger Electives");

	addSubmenuItem("","Wolf Rank","","Wolf Rank");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/wolf-req.htm","Wolf Requirements","","Wolf Requirements");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/wolfelective.htm","Wolf Electives","","Wolf Electives");

	addSubmenuItem("","Bear Rank","","Bear Rank");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/bear-req.htm","Bear Requirements","","Bear Requirements");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/bearelective.htm","Bear Electives","","Bear Electives");

	addSubmenuItem("","Webelos Rank","","Webelos Rank");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/webelos-req.htm","Webelos Requirements","","Webelos Requirements");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/activitybadges.htm","Webelos Activity Badges","","Webelos Activity Badges");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/super_achiever.htm","Super Achiever Award","","Super Achiever Award");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/arrowoflight.htm","Arrow Of Light","","Arrow Of Light");

	addSubmenuItem("","Additional Requirements","","Additional Requirements");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/leavenotrace.htm","Leave No Trace","","Leave No Trace");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/whittlingchip.htm","Whittling Chip","","Whittling Chip");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/worldconservation.htm","World Conservation","","World Conservation");

addMainItem("","PACK EVENTS",90,"center","","PACK EVENTS",0,0,"");

	defineSubmenuProperties(200,"right","center",-4,-6,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

	addSubmenuItem("http://www.hubbardohio.net/~pack100/can_good.htm","Can Good Drives","","Can Good Drives");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/community.htm","Community Participation","","Community Participation");
	addSubmenuItem("","Council Summer Camps","","Council Summer Camps");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"right","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Day-Camp.htm","Cub Day Camp","","Day Camp");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/Resident-Camp.htm","Cub Resident Camp","","Resident Camp");

	addSubmenuItem("http://www.hubbardohio.net/~pack100/earthday.htm","Earth Day Cleanup","","Earth Day Cleanup");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/flag.htm","Flag Retirement","","Flag Retirement");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/Freeze-out.htm","Cub Scout Freeze Out","","Cub Scout Freeze Out");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/pinewoodderby.htm","Pinewood Derby","","Pinewood Derby");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/popcorn.htm","Popcorn Fundraiser","","Popcorn Fundraiser");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/stambaugh.htm","Stambaugh Project","","Stambaugh Project");

addMainItem("","PARENTS",90,"center","","PARENTS",0,0,"");

	defineSubmenuProperties(150,"right","center",-4,-6,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

	addSubmenuItem("","Earn Additional Awards","","Earn Additional Awards");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"right","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/75-anniversary.htm","75th Anniversary Award","","75th Anniversary Award");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/boys_life_contest.htm","Boy's Life Reading Contest","","Boy's Life Reading Contest");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/bsa_physical.htm","BSA Physical Award","","BSA Physical Award");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/bsa_family.htm","BSA Family Award","","BSA Family Award");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/emergency_preparedness.htm","Emergency Preparedness Award","","Emergency Preparedness Award");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/good_turn_america.htm","Good Turn America Award","","Good Turn America Award");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/cs-outdoor-award.htm","Outdoor Award","","Outdoor Award");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/religious_program.htm","The Religious Program","","The Religious Program");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/world_friendship.htm","The World Friendship Fund","","The World Friendship Fund");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/heritage_award.htm","US Heritage Award","","US Heritage Award");

	addSubmenuItem("http://www.hubbardohio.net/~pack100/organization.htm","Pack 100 Leadership","","Pack 100 Leadership");
	addSubmenuItem("","Scout Uniforms","","Scout Uniforms");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(190,"right","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/tiger_uniform.htm","Tiger Cub Offical Uniform","","Tiger Cub Offical Uniform");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/wolf_uniform.htm","Wolf Cub Offical Uniform","","Wolf Cub Offical Uniform");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/bear_uniform.htm","Bear Cub Offical Uniform","","Bear Cub Offical Uniform");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/webelos_uniform.htm","Webelos Offical Uniform","","Webelos Offical Uniform");
		

addMainItem("","LEADERS",90,"center","","LEADERS",0,0,"");

	defineSubmenuProperties(155,"right","center",-4,-6,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

	addSubmenuItem("http://www.hubbardohio.net/~pack100/centennial_awards.htm","Centennial Unit Award","","Centennial Unit Award");
	addSubmenuItem("","Leaders Resources","","Leaders Resources");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(180,"right","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/age_chart.htm","Age Appropriate Chart","","Age Appropriate Chart");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/age_appropriate.htm","Age Appropriate Guidelines","","Age Appropriate Guidelines");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/downloads.htm","Forms & Downloads","","Forms & Downloads");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/leader_awards.htm","Leader Awards","","Leader Awards");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/monthly_themes.htm","Monthly Program Themes","","Monthly Program Themes");


	addSubmenuItem("http://www.hubbardohio.net/~pack100/leadership-roles.htm","Leaders Role","","Leaders Role");
	addSubmenuItem("","Leaders Training","","Leaders Training");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"right","center",10,-15,"filter:progid:DXImageTransform.Microsoft.Blinds(Duration=0.2,bands=1)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hubbardohio.net/~pack100/baloo_training.htm","BALOO Training","","BALOO Training");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/cub_specific_training.htm","Cub Specific Training","","Cub Specific Training");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/fast_start_training.htm","Fast Start Training","","Fast Start Training");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/safe_scouting.htm","Guide To Safe Scouting","","Guide To Safe Scouting");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/new_leaders_training.htm","New Leaders Training","","New Leaders Training");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/owl_training.htm","OWL Training","","OWL Training");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/roundtable.htm","Roundtable Training","","Roundtable Training");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/safe_swim.htm","Safe Swim / Safety Afloat Training","","Safe Swim / Safety Afloat Training");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/woodbadge.htm","Woodbadge Training","","Woodbadge Training");
		addChildmenuItem("http://www.hubbardohio.net/~pack100/youth_protection_training.htm","Youth Protection Training","","Youth Protection Training");

	addSubmenuItem("http://www.hubbardohio.net/~pack100/myths_about_scouting.htm","Myths About Scouting","","Myths About Scouting");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/quality_unit.htm","Pack 100 Quality Unit","","Pack 100 Quality Unit");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/site-map.htm","Site Map","","Site Map");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/taxes_scouting.htm","Taxes and Scouting","","Taxes and Scouting");
	addSubmenuItem("http://www.hubbardohio.net/~pack100/siteawards.htm","Web Site Awards","","Web Site Awards");



//**DO NOT EDIT THIS *****
}//***********************
//************************
