//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#D1D1E9';
	var FontLowColor='navy';
	var FontHighColor='navy';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="veranda, arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","http://pack1134.org/",0,20,138);

Menu2=new Array("About Us","http://pack1134.org/leaders.htm",5);
	Menu2_1=new Array("Leaders","http://pack1134.org/leaders.htm",4,20,150);	
		Menu2_1_1=new Array("Cubmaster","http://pack1134.org/leaders.htm#cubmaster",0,20,150);
		Menu2_1_2=new Array("Pack Committee","http://pack1134.org/leaders.htm#packcommittee",0,20,150);
		Menu2_1_3=new Array("Den Leaders","http://pack1134.org/leaders.htm#denleaders",4,20,150);
			Menu2_1_3_1=new Array("Tiger Leaders","http://pack1134.org/leaders.htm#tigerleaders",0,20,150);
			Menu2_1_3_2=new Array("Wolf Leaders","http://pack1134.org/leaders.htm#wolfleaders",0,20,150);
			Menu2_1_3_3=new Array("Bear Leaders","http://pack1134.org/leaders.htm#bearleaders",0,20,150);
			Menu2_1_3_4=new Array("Webelos Leaders","http://pack1134.org/leaders.htm#webelosleaders",0,20,150);
		Menu2_1_4=new Array("Committee Chairs","http://pack1134.org/leaders.htm#committee",3,20,150);
			Menu2_1_4_1=new Array("Service","http://pack1134.org/leaders.htm#service",0,20,150);
			Menu2_1_4_2=new Array("Fun","http://pack1134.org/leaders.htm#fun",0,20,150);
			Menu2_1_4_3=new Array("Fundraising","http://pack1134.org/leaders.htm#fundraising",0,20,150);
	Menu2_2=new Array("Dens","http://pack1134.org/dens.htm",3,20,150);
		Menu2_2_1=new Array("Tiger Cubs","http://pack1134.org/dens.htm#tigers",0,20,200);
		Menu2_2_2=new Array("Cub Scouts","http://pack1134.org/dens.htm#cubs",0,20,200);
		Menu2_2_3=new Array("Webelos","http://pack1134.org/dens.htm#webelos",0,20,200);
	Menu2_3=new Array("Policies","http://pack1134.org/policies.htm",2,20,150);
		Menu2_3_1=new Array("Pack Policies","http://pack1134.org/policies.htm",0,20,150);
		Menu2_3_2=new Array("Forms","http://pack1134.org/forms.htm",0,20,150);
	Menu2_4=new Array("History","http://pack1134.org/history.htm",0,20,150);
	Menu2_5=new Array("Activities","http://pack1134.org/bikerodeo.htm",10,20,150);
		Menu2_5_1=new Array("Bike Rodeo","http://pack1134.org/bikerodeo.htm",0,20,150);
		Menu2_5_2=new Array("Blue & Gold","http://pack1134.org/blueandgold.htm",0,20,150);
		Menu2_5_3=new Array("Council and District","http://pack1134.org/councilactivties.htm",0,20,150);
		Menu2_5_4=new Array("Duty to God","http://pack1134.org/dutytogod.htm",1,20,150);
			Menu2_5_4_1=new Array("Scout Sunday","http://pack1134.org/scoutsunday.htm",0,20,150);
		Menu2_5_5=new Array("Campouts","http://pack1134.org/fallcampout.htm",0,20,150);
		Menu2_5_6=new Array("Field Day","http://pack1134.org/field.htm",0,20,150);
		Menu2_5_7=new Array("Pinewood Derby","http://pack1134.org/pinewood.htm",0,20,150);
		Menu2_5_8=new Array("Raingutter Regatta","http://pack1134.org/raingutter.htm",0,20,150);
		Menu2_5_9=new Array("Service Projects","http://pack1134.org/serviceprojects.htm",3,20,150);
			Menu2_5_9_1=new Array("Chambrel Holiday Program","http://pack1134.org/chambrel.htm",0,20,150);
			Menu2_5_9_2=new Array("Gabriels Garden","http://pack1134.org/gabriel.htm",0,20,150);
			Menu2_5_9_3=new Array("Scouting for Food","http://pack1134.org/service/ScoutingForFood/ScoutingForFood.htm",0,20,150);
		Menu2_5_10=new Array("Space Derby","http://pack1134.org/spacederby.htm",0,20,150);
	
				
Menu3=new Array("Newsletter","http://pack1134.org/newsletter.htm",0);

Menu4=new Array("Pack Calendar","http://pack1134.org/calendar.htm#current",0);

Menu5=new Array("Contact Us","http://pack1134.org/contact.htm",0);

Menu6=new Array("Links","http://pack1134.org/links.htm",0);


