/***********************************************************************************
*	(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=15;			// Number of first level items
	var LowBgColor='#FF9900';			// Background color when mouse is not over
	var LowSubBgColor='#FF9900';			// Background color when mouse is not over on subs
	var HighBgColor='#FF9900';			// Background color when mouse is over
	var HighSubBgColor='#FF9900';			// Background color when mouse is over on subs
	var FontLowColor='#009900';			// Font color when mouse is not over
	var FontSubLowColor='#009900';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='left';			// Menu horizontal position 'left', 'center' or '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=180;				// Menu offset x coordinate
	var StartLeft=10;				// 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=0;			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/menu/tri.gif',5,10,'images/menu/tridown.gif',10,5,'images/menu/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.php","",0,20,138);

Menu2=new Array("City of Dayton Charter","docs/Dayton.charter.pdf","",0);

Menu3=new Array("Departments","","",14);
	Menu3_1=new Array("Airport","airport.php","",0,20,150);
	Menu3_2=new Array("Animal Shelter","animal_shelter.php","",0);
	Menu3_3=new Array("Billing","billing.php","",0);
	Menu3_4=new Array("Business License","business_license.php","",0);
	Menu3_5=new Array("Fire Department","fire.php","",7);
		Menu3_5_1=new Array("Open Burning","fire_ob.php","",0,20,200);
		Menu3_5_2=new Array("Fire Extinguisher Safety Tips","fire_fe.php","",0);
		Menu3_5_3=new Array("Smoke Alarm","fire_smoke.php","",0);
		Menu3_5_4=new Array("Carbon Monoxide Detectors","fire_cmd.php","",0);
		Menu3_5_5=new Array("Plan your Escape","fire_plan.php","",0);
		Menu3_5_6=new Array("Cooking Safety","fire_cooking.php","",0);
		Menu3_5_7=new Array("FLEET","fire_fleet.php","",0);
		
	Menu3_6=new Array("Library","library.php","",2);
		Menu3_6_1=new Array("Application to use Library Facilities","library_rules.php","",0,20,200);
		Menu3_6_2=new Array("Circulation Report","library_circ_report.php","",0);
	
	Menu3_7=new Array("Maintenance","maintenance.php","",0);
	Menu3_8=new Array("Police Department","police.php","",0);
	Menu3_9=new Array("Property Tax","property_tax.php","",0);
	Menu3_10=new Array("Sanitation","sanitation.php","",0);
	Menu3_11=new Array("Sewer Rehab","sewer_rehab.php","",0);
	Menu3_12=new Array("Wastewater Treatment Plant","sewer_plant.php","",0);
	Menu3_13=new Array("Streets","streets.php","",0);
	Menu3_14=new Array("Water Treatment Plant","water_plant.php","",12);
		Menu3_14_1=new Array("Annual Water Quality Report (2004)","docs/TN_Dayton2004ccr.pdf","",0,20,225);
		Menu3_14_2=new Array("Annual Water Quality Report (2005)","docs/TN_Dayton2005CCR.pdf","",0,20,225);
		Menu3_14_3=new Array("History","water_plant_history.php","",0,20,225);
		Menu3_14_4=new Array("How the Water is Treated","water_plant_treated.php","",0,20,225);
		Menu3_14_5=new Array("Interesting Water Facts","water_facts.php","",0);
		Menu3_14_6=new Array("FAQ","faq_water.php","",0);
		Menu3_14_7=new Array("Water Conservation","water_conservation.php","",0);
		Menu3_14_8=new Array("Cross-Connections at Home","water_cross-connect.php","",0);
		Menu3_14_9=new Array("Links","water_links.php","",0);
		Menu3_14_10=new Array("Water Testing","water_testing.php","",0);
		Menu3_14_11=new Array("Water Service Area","docs/WaterServiceMapPDF.pdf","",0);
		Menu3_14_12=new Array("E-mail Water Plant","mailto:Codh20@bellsouth.net","",0);

Menu4=new Array("City Government","city.php","",8);
	Menu4_1=new Array("City Council","city.php","",0,20,150);
		Menu4_1_1=new Array("Agenda","city_agenda.php","",0,20,100);
	
	Menu4_2=new Array("Airport Committee","airport.php","",0);
	Menu4_3=new Array("Board of Zoning Appeals","city_zoning.php","",0);
	Menu4_4=new Array("Dayton Planning Commission","city_planning.php","",0);
	Menu4_5=new Array("Industrial Development Board","city_inddev.php","",0);
	Menu4_6=new Array("Library Board","library.php","",0);
	Menu4_7=new Array("Recreation Board Members","parks_rec.php","",0);
	Menu4_8=new Array("Utility Grant Board","city_utility.php","",0);

Menu5=new Array("Job Openings","employment.php","",0);
	
Menu6=new Array("Parks and Recreation","parks_rec.php","",0);
	Menu6_1=new Array("Pendergrass Park","park_pendergrass.php","",1,20,150);
	Menu6_2=new Array("Point Park","park_point.php","",0);
	Menu6_3=new Array("Centennial Park","park_centennial.php","",0);
	

Menu7=new Array("Walking Track","walking_track.php","",0);

Menu8=new Array("Utilities","","",3);
	Menu8_1=new Array("Water","water.php","",5,20,100);
		Menu8_1_1=new Array("Water Rates","water_rates.php","",0,20,150);
		Menu8_1_2=new Array("Delinquent Bill Policy","utility_policies.php","",0);
		Menu8_1_3=new Array("Other Fees and Charges","water_reconnect.php","",0);
		Menu8_1_4=new Array("Application For Service","docs/service_app.pdf","",0);
		Menu8_1_5=new Array("F.A.Q.","faq_water.php","",0);
		
	Menu8_2=new Array("Electric","electric.php","",5);
		Menu8_2_1=new Array("Electric Rates","electric_rates.php","",0,20,150);
		Menu8_2_2=new Array("Delinquent Bill Policy","utility_policies.php","",0);
		Menu8_2_3=new Array("Other Fees and Charges","electric_reconnect.php","",0);
		Menu8_2_4=new Array("Security Lights","electric_security.php","",0);
		Menu8_2_5=new Array("Application For Service","docs/service_app.pdf","",0);
		Menu8_2_6=new Array("F.A.Q.","faq_electric.php","",0);
	
	Menu8_3=new Array("Sewer","sewer.php","",0);

Menu9=new Array("City Court","city_court.php","",0);

Menu10=new Array("Zoning/Codes/Permits","zoning.php","",0);

Menu11=new Array("Calendar/Holiday Sch.","calendar.php","",0);

Menu12=new Array("FAQ","","",3);
	Menu12_1=new Array("City","faq_city.php","",0,20,100);
	Menu12_2=new Array("Utility Payment","faq_utility.php","",0);
	Menu12_3=new Array("Water","faq_water.php","",0);

Menu13=new Array("History","","",6);
	Menu13_1=new Array("Business District","history_business.php","",0,20,200);
	Menu13_2=new Array("Government","history_government.php","",0);
	Menu13_3=new Array("Schools","history_schools.php","",0);
	Menu13_4=new Array("60's Ice Storm","history_60ice.php","",0);
	Menu13_5=new Array("City of Dayton in the 60's","history_60city.php","",0);
	Menu13_6=new Array("City of Dayton in the 70's","history_70city.php","",0);
	
Menu14=new Array("Contact Us","contactus.php","",0);

Menu15=new Array("Links","","",7);
	Menu15_1=new Array("Dayton Chamber of Commerce","http://www.rheacountyetc.com/coc.php","",0,20,250);
	Menu15_2=new Array("Dayton City Schools","http://www.daytoncity.net","",0);
	Menu15_3=new Array("Dayton Youth Baseball","http://daytonyouthbaseball.org","",0);
	Menu15_4=new Array("MTAS","http://www.mtas.tennessee.edu/public/web.nsf/search/Home?Opendocument","",0);
	Menu15_5=new Array("Mainstreet Dayton","http://www.mainstreetdayton.org","",0);
	Menu15_6=new Array("Rhea County Economic & Tourism Council","http://www.rheacountyetc.com/etc.php","",0);
	Menu15_7=new Array("Tennessee Strawberry Festival","http://www.tnstrawberryfestival.com","",0);