
	var NoOffFirstLineMenus=8;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#FFFFFF";			// Background color when mouse is not over
	var HighBgColor="#330066";			// Background color when mouse is over
	var FontLowColor="#330066";			// Font color when mouse is not over
	var FontHighColor="#FFFFFF";			// Font color when mouse is over
	var BorderColor="#FFCC00";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="arial,comic sans ms,technical";	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=..//%22%22%2BBaseHref%2B%22MyImage/%22>"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+""];
	
						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";

	var MenuShadow="";

	var MenuOpacity="";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 
// pop up - 	// javascript:NewWin=window.open(\"http://www.www.wvysa.org\",\"NWin\");window[\"NewWin\"].focus()


Menu1=new Array("Home","http://www.eastmontparks.com/eastmont-parks.shtml","",0,20,39,"","","","","","",-1,-1,-1,"","Home Page");

Menu2=new Array("Parks","","",8,20,40,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Kenroy Park","http://www.eastmontparks.com/kenroy-park.shtml","",0,20,300,"","","","","","",-1,-1,-1,"","Kenroy Park");
	Menu2_2=new Array("Tedford Park","http://www.eastmontparks.com/tedford-park.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Tedford Park");
	Menu2_3=new Array("Eastmont Aquatic Center","http://www.eastmontparks.com/eastmont-ymca-aquatic-center.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Eastmont Aquatic Center");
	Menu2_4=new Array("Eastmont Community Park","http://www.eastmontparks.com/eastmont-community-park.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Eastmont Community Park");
	Menu2_5=new Array("Pangborn-Herndon Memorial Park","http://www.eastmontparks.com/pangborn-herndon-memorial-park.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Pangborn-Herndon Memorial Park");
	Menu2_6=new Array("Apple Capital Recreation Loop Trail","http://www.eastmontparks.com/apple-capital-recreation-loop-trail.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Apple Capital Recreation Loop Trail");
	Menu2_7=new Array("Current Park Usage Rules and Regulations","","",2,0,0,"","","","","","",-1,-1,-1,"","Park Usage Rules and Regulations");
		Menu2_7_1=new Array("Park Rules","http://www.eastmontparks.com/park-rules.shtml","",0,20,190,"","","","","","",-1,-1,-1,"","Park Rules");
		Menu2_7_2=new Array("Trail Rules","http://www.eastmontparks.com/trail-rules.shtml","",0,20,190,"","","","","","",-1,-1,-1,"","Trail Rules");
	Menu2_8=new Array("Park Picnic Shelter Usage Reservations Form","http://www.eastmontparks.com/park-shelter-reservations.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Park Shelter Usage Reservations Form");

Menu3=new Array("Administration","","",12,20,88,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Park, Recreation, & Open Space Plan (.pdf 2.8 MBs)","javascript:NewWin=window.open(\"http://www.eastmontparks.com/downloads/administration/prosp.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,300,"","","","","","",-1,-1,-1,"","Park, Recreation, & Open Space Plan");
	Menu3_2=new Array("Park's Department Budget","","",1,0,0,"","","","","","",-1,-1,-1,"","Park's Department Budget");
		Menu3_2_1=new Array("2010 Park's Budget","javascript:NewWin=window.open(\"http://www.eastmontparks.com/downloads/budget/2010-budget.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","2010 Park's Budget");
		//Menu3_2_2=new Array("2010 Available September","","",0,20,190,"","","","","","",-1,-1,-1,"","2010 Available September");
	//Menu3_2=new Array("Small Works","http://www.eastmontparks.com/small-works.shtml","",0,20,300,"","","","","","",-1,-1,-1,"","Small Works");
	Menu3_3=new Array("Advertise","http://www.eastmontparks.com/advertisement.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Advertise");
	Menu3_4=new Array("Employment","http://www.eastmontparks.com/employment.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Employment");
	Menu3_5=new Array("Staff / Contact","http://www.eastmontparks.com/contact.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Staff/Contact");
	Menu3_6=new Array("Board of Directors","","",3,0,0,"","","","","","",-1,-1,-1,"","Governing Board Members");
		Menu3_6_1=new Array("Board Members","http://www.eastmontparks.com/board.shtml","",0,20,190,"","","","","","",-1,-1,-1,"","Board Members");
		Menu3_6_2=new Array("Board Meetings","http://www.eastmontparks.com/board-meetings.shtml","",0,20,190,"","","","","","",-1,-1,-1,"","Board Meetings");
		Menu3_6_3=new Array("Board Minutes","http://www.eastmontparks.com/board-minutes.shtml","",0,20,190,"","","","","","",-1,-1,-1,"","Board Meetings");
	Menu3_7=new Array("Park & Trail Rules and Regulations","","",2,0,0,"","","","","","",-1,-1,-1,"","Park / Trail Rules and Regulations");
		Menu3_7_1=new Array("Park Rules","javascript:NewWin=window.open(\"http://www.eastmontparks.com/downloads/park-rules/park-rules.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","Park Rules");
		Menu3_7_2=new Array("Trail Rules","javascript:NewWin=window.open(\"http://www.eastmontparks.com/downloads/park-rules/trail-rules.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","Trail Rules");
	Menu3_8=new Array("Public Records Request","javascript:NewWin=window.open(\"http://www.eastmontparks.com/downloads/public-records/Public-Records-Request.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Public Records Request");
	Menu3_9=new Array("Park Facilities Private Usage Fees","http://www.eastmontparks.com/facility-fees.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Park Facilities Private Usgae Fees");
	Menu3_10=new Array("Park Picnic Shelter Usage Reservations Form","http://www.eastmontparks.com/park-shelter-reservations.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Park Shelter Usage Reservations Form");
	Menu3_11=new Array("Storm Water Plan - As of November 19th 2007","http://www.eastmontparks.com/storm-water-plan.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Storm Water Plan - As of November 19th 2007");
	Menu3_12=new Array("Gender Equality - Resolution 09-07","javascript:NewWin=window.open(\"http://www.eastmontparks.com/downloads/gender-equality/gender-equality.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Gender Equality - Resolution 09-07");

Menu4=new Array("Tournaments","","",2,20,80,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("AAU Snowflake Tournament","http://www.eastmontparks.com/snow-flake.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","AAU Snowflake Tournament");
	Menu4_2=new Array("Eastmont Winter Classic Tournament","http://www.eastmontparks.com/winter-classic.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Eastmont Winter Classic Tournament");

Menu5=new Array("Recreation Programs","","",3,20,127,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Youth Programs","","",9,20,127,"","","","","","",-1,-1,-1,"","Youth Programs");
		Menu5_1_1=new Array("Arts and Crafts Class","http://www.eastmontparks.com/arts-crafts-class.shtml","",0,20,300,"","","","","","",-1,-1,-1,"","Arts and Crafts Class ");
		Menu5_1_2=new Array("Boys Youth Basketball","http://www.eastmontparks.com/boys-youth-basketball.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Boys Youth Basketball");
		Menu5_1_3=new Array("British Soccer Camp","http://www.eastmontparks.com/british-soccer.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","British Soccer Camp");
		Menu5_1_4=new Array("Cheerleading Camp","http://www.eastmontparks.com/cheerleader-camp.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Cheerleading Camp");
		Menu5_1_5=new Array("First Aid & CPR Course for Kids","http://www.eastmontparks.com/cpr.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","First Aid & CPR for Kids");
		Menu5_1_6=new Array("Golf Camp","http://www.eastmontparks.com/golf-camp.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Golf Camp");
		Menu5_1_7=new Array("Summer Day Camp","http://www.eastmontparks.com/summer-day-camp.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Summer Day Camp");
		Menu5_1_8=new Array("Tennis Camp - Wildcat","http://www.eastmontparks.com/tennis-camp.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Tennis Camp");
		Menu5_1_9=new Array("Tennis in the Park","http://www.eastmontparks.com/tennis-in-the-park.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Tennis in the Park");
		
	Menu5_2=new Array("Adult Programs","","",8,20,127,"","","","","","",-1,-1,-1,"","Adult Programs");
		Menu5_2_1=new Array("Basketball 3-on-3 ","http://www.eastmontparks.com/3-on-3-BB.shtml","",0,20,300,"","","","","","",-1,-1,-1,"","Basketball - 3-on-3");
		Menu5_2_2=new Array("Beginning Tennis Lessons","http://www.eastmontparks.com/beginning-tennis-lessons.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Beginning Tennis Lessons"); 
		Menu5_2_3=new Array("Flag-Football","http://www.eastmontparks.com/flag-football.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Flag-Football");
		Menu5_2_4=new Array("Kickball","http://www.eastmontparks.com/kickball.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Kickball");
		Menu5_2_5=new Array("Horseshoes League","http://www.eastmontparks.com/horseshoes.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Horseshoes League");
		Menu5_2_6=new Array("Men's Basketball Leagues","http://www.eastmontparks.com/mens-basketball.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Men's Basketball Leagues");
		Menu5_2_7=new Array("Volleyball - Co-Ed","http://www.eastmontparks.com/volleyball.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Volleyball - Co-Ed");
		Menu5_2_8=new Array("Volleyball - 4-on-4 Grass","http://www.eastmontparks.com/grassvv.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Volleyball - 4-on-4 Grass");
		
	Menu5_3=new Array("2009 Brochure","javascript:NewWin=window.open(\"http://www.eastmontparks.com/downloads/brochure/Brochure.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,127,"","","","","","",-1,-1,-1,"","2009 Brochure");

	
Menu6=new Array("Sports Groups","","",13,20,88,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("AAU Boys Basketball","javascript:NewWin=window.open(\"http://www.aauboysbasketball.org\",\"NWin\");window[\"NewWin\"].focus()","",0,20,275,"","","","","","",-1,-1,-1,"","Boys' AAU Basketball");
	Menu6_2=new Array("AAU Girls Basketball","javascript:NewWin=window.open(\"http://www.aaugirlsbasketball.org\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","AAU/Youth Girls' Basketball");
	Menu6_3=new Array("Barracuda Swimming","javascript:NewWin=window.open(\"http://www.barracudaswimming.com\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Barracuda Swimming");
	Menu6_4=new Array("Big River Youth Soccer - Fall Soccer","javascript:NewWin=window.open(\"http://www.bigriversoccerclub.com\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Big River Youth Soccer - Fall Soccer");
	Menu6_5=new Array("Eastmont Youth Baseball","javascript:NewWin=window.open(\"http://www.eastmontyouthbaseball.org\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Eastmont Youth Baseball");
	Menu6_6=new Array("Greater Wenatchee Girls Softball","http://www.eastmontparks.com/gw-girls-softball.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Greater Wenatchee Girls' Softball");	
	Menu6_7=new Array("North Central Washington's Fall Ball Association","javascript:NewWin=window.open(\"http://eteamz.active.com/ncwfallball\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","North Central Washington's Fall Ball Association");	
	Menu6_8=new Array("Northern Washington Babe Ruth Baseball","javascript:NewWin=window.open(\"http://www.nwbaberuth.org\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Northern WA Babe Ruth Baseball");
	Menu6_9=new Array("NSA/BPA of Washington","javascript:NewWin=window.open(\"http://www.nsawa.com\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","NSA/BPA of Washington");
	Menu6_10=new Array("Radio Control Car Club of Wenatchee","http://www.eastmontparks.com/rcccw.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Radio Control Car Club of Wenatchee");
	Menu6_11=new Array("Wenatchee Valley Sports Council","javascript:NewWin=window.open(\"http://www.wenatcheevalleysports.com\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Wenatchee Valley Sports Council");
	Menu6_12=new Array("Wenatchee Valley YMCA","javascript:NewWin=window.open(\"http://www.wenymca.org\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Wenatchee Valley YMCA");
	Menu6_13=new Array("Wenatchee Valley Youth Soccer Association","javascript:NewWin=window.open(\"http://www.wenatcheevysa.org\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Wenatchee Valley Youth Soccer");

Menu7=new Array("Community Events","","",4,20,109,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Apple Bin Races","http://www.eastmontparks.com/apple-bin-races.shtml","",0,20,165,"","","","","","",-1,-1,-1,"","Apple Bin Races");
	Menu7_2=new Array("Classy Chassis Festival","javascript:NewWin=window.open(\"http://www.east-wenatchee.com/index.php?page_id=14&event_id=7\",\"NWin\");window[\"NewWin\"].focus()","",0,20,165,"","","","","","",-1,-1,-1,"","Classy Chassis");
	Menu7_3=new Array("Wings & Wheels Festival","javascript:NewWin=window.open(\"http://www.east-wenatchee.com/index.php?page_id=14&event_id=8\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Wings & Wheels Festival");
	Menu7_4=new Array("Community Easter Egg Hunt","http://www.eastmontparks.com/easter-egg-hunt.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Community Easter Egg Hunt");
	
Menu8=new Array("Resources","","",2,20,66,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Site Map","http://www.eastmontparks.com/sitemap.shtml","",0,20,78,"","","","","","",-1,-1,-1,"","Site Map");
	Menu8_2=new Array("Area Links","http://www.eastmontparks.com/links.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","Area Links");
