/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#406044';			// Background color when mouse is not over
	var LowSubBgColor='#406044';			// Background color when mouse is not over on subs
	var HighBgColor='#FFC';			// Background color when mouse is over
	var HighSubBgColor='#FFC';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#406044';			// Border color
	var BorderSubColor='#406044';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Trebuchet MS, Times New Roman, serif"	// Font family menu items
	var FontSize=9;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=128;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['scripts/tri.gif',5,10,'scripts/tridown.gif',10,5,'scripts/trileft.gif',5,10];	// Arrow source, width and height

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


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.htm","",0,18,90);

Menu2=new Array("Our Government","javascript:onclick=location.href='gov.htm'","",4,18,150);
	 Menu2_1=new Array("City Council","javascript:onclick=location.href='gov/city_council.htm'","",3,18,90);	
		Menu2_1_1=new Array("Profiles","gov/city_council/profiles.htm","",0,18,70);
		Menu2_1_2=new Array("Minutes","gov/city_council/minutes.htm","",0);
		Menu2_1_3=new Array("Boards","gov/city_council/boards.htm","",0);		
	Menu2_2=new Array("City Clerk","javascript:onclick=location.href='gov/city_clerk.htm'","",4);
		Menu2_2_1=new Array("Licensing","gov/city_clerk/licensing.htm","",0,18,90);
		Menu2_2_2=new Array("Elections","gov/city_clerk/elections.htm","",0);
		Menu2_2_3=new Array("City Code","gov/city_clerk/city_code.htm","",0);
		Menu2_2_4=new Array("Cemetery (pdf)","javascript:window.open('gov/city_clerk/cemetery.pdf')","",0);		
/*		Menu2_2_3=new Array("dif site","javascript:window.open('http://www.brushchamber.org')","",0); */
	Menu2_3=new Array("Administrator","javascript:onclick=location.href='gov/administrator.htm'","",1);
		Menu2_3_1=new Array("Contact Info","gov/administrator/contact_info.htm","",0,18,90);
	Menu2_4=new Array("Employment","gov/employment.htm","",0); 
	
Menu3=new Array("Departments","javascript:onclick=location.href='dept.htm'","",7,18,130);
	Menu3_1=new Array("Community Development","javascript:onclick=location.href='dept/building.htm'","",2,18,150);
		Menu3_1_1=new Array("Permits","dept/building/permits.htm","",0,18,80);
		Menu3_1_2=new Array("Flood Plain","dept/building/flood_plain.htm","",0);		
	Menu3_2=new Array("Finances","javascript:onclick=location.href='dept/finance.htm'","",0);
	Menu3_3=new Array("Fire","javascript:onclick=location.href='dept/fire.htm'","",0);
	Menu3_4=new Array("Parks & Rec","dept/parks_rec.htm","",0);
	Menu3_5=new Array("Police","javascript:onclick=location.href='dept/police.htm'","",4);
		Menu3_5_1=new Array("Chaplains","dept/police/chaplains.htm","",0,18,110);	
		Menu3_5_2=new Array("Court","dept/police/court.htm","",0);	
		Menu3_5_3=new Array("Animal Shelter","dept/police/animal_shelter.htm","",0);	
		Menu3_5_4=new Array("Code Enforcement","dept/police/code_enforcement.htm","",0);			
	Menu3_6=new Array("Public Works","javascript:onclick=location.href='dept/public_works.htm'","",0);
	Menu3_7=new Array("Utilities","javascript:onclick=location.href='dept/utilities.htm'","",0);
	
Menu4=new Array("Doing Business","javascript:onclick=location.href='bus_dev.htm'","",3,18,150);
	Menu4_1=new Array("Quality of Life","javascript:onclick=location.href='bus_dev/quality_of_life.htm'","",0,18,150);

	Menu4_2=new Array("Economic Development","javascript:onclick=location.href='bus_dev/econ_dev.htm'","",7);
		Menu4_2_1=new Array("Contacts","bus_dev/econ_dev/contacts.htm","",0,18,110);	
		Menu4_2_2=new Array("Incentive Policies","bus_dev/econ_dev/incentives.htm","",0);	
		Menu4_2_3=new Array("MCEDC Site","javascript:window.open('http://www.morgancountyinfo.com')","",0);	
		Menu4_2_4=new Array("Properties (pdf)","javascript:window.open('bus_dev/econ_dev/properties.pdf')","",0);	
		Menu4_2_5=new Array("Annexations","bus_dev/econ_dev/annexations.htm","",0);	
		Menu4_2_6=new Array("Comp Plan","bus_dev/econ_dev/comp_plan.htm","",0);	
		Menu4_2_7=new Array("Zoning","bus_dev/econ_dev/zoning.htm","",0);	
		
	Menu4_3=new Array("Community Links","javascript:onclick=location.href='bus_dev/links.htm'","",0);

Menu5=new Array("News","javascript:onclick=location.href='news.htm'","",3,18,90);
	Menu5_1=new Array("Announcements","news/announcements.htm","",0,18,100);
	Menu5_2=new Array("Newsletter","news/newsletter.htm","",0);	
	Menu5_3=new Array("Very Important","news/vip.htm","",3);		
		Menu5_3_1=new Array("RFP's","news/vip/rfps.htm","",0,18,100);		
		Menu5_3_2=new Array("Bid Awards","news/vip/awards.htm","",0);		
		Menu5_3_3=new Array("Water Conservation","news/vip/water_conservation.htm","",0);				
		
Menu6=new Array("Visitors","javascript:onclick=location.href='community.htm'","",9,18,95);
	Menu6_1=new Array("Attractions","community/attractions.htm","",0,18,100);
	Menu6_2=new Array("Brush! Rodeo","community/rodeo.htm","",0);	
	Menu6_3=new Array("Museum","community/museum.htm","",0);
	Menu6_4=new Array("Hunting/Fishing","community/hunting_fishing.htm","",0);		
	Menu6_5=new Array("Accommodations","community/accommodations.htm","",0);
	Menu6_6=new Array("Restaurants","community/restaurants.htm","",0);	
	Menu6_7=new Array("Event Calendar","community/calendar.htm","",0);
	Menu6_8=new Array("History","community/history.htm","",0);
	Menu6_9=new Array("Move to Brush!","community/relocate.htm","",0);
