/***********************************************************************************
*	(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=5;		// Number of first level items
	var LowBgColor='white';		// Background color when mouse is not over
	var LowSubBgColor='white';		// Background color when mouse is not over on subs
	var HighBgColor='#000099';		// Background color when mouse is over
	var HighSubBgColor='#000099';	// Background color when mouse is over on subs
	var FontLowColor='#000099';	// Font color when mouse is not over
	var FontSubLowColor='#000099';	// 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='';	// 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=27;				// 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='MenuPos';		// 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=['tri.gif',5,10,'tridown.gif',10,5,'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("Financial Reports","/govt/financialrpts.html","",3,20,130);
	Menu1_1=new Array("Financial Report","/govt/CAFR.pdf","",0,20,150);
	Menu1_2=new Array("Adopted Budget","/govt/Adopted Budget.pdf","",0,20,150);
	Menu1_3=new Array("CIP","/govt/cip.pdf","",0,20,150);

Menu2=new Array("Town Government","/govt/index.htm","",3,20,130);
	Menu2_1=new Array("Elected Officials","/govt/elected.htm","",0,20,150);
	Menu2_2=new Array("Charters and Ordinances","http://www.municode.com/resources/gateway.asp?pid=16682&sid=7","",0,20,150);
	Menu2_3=new Array("Permits and Licenses","/govt/permits.htm","",0,20,150);


Menu3=new Array("Town Departments","/depts/index.htm","",17,20,150);
	Menu3_1=new Array("Assessor","/depts/assessor/index.htm","",1,20,150);
		Menu3_1_1=new Array("Board of Assessment Appeals","/bc/assessment_appeals.htm","",0,20,175);

	Menu3_2=new Array("Emergency Management","/emergency.htm","",1);
		Menu3_2_1=new Array("Emer. Mgmt Advisory Council","/bc/emergency.htm","",0,20,175);
		
	Menu3_3=new Array("Finance","/depts/finance/index.htm","",4);
		Menu3_3_1=new Array("Town Hall Receptionist","#","",0,20,150);
		Menu3_3_2=new Array("Printing & Microfilming","#","",0);
		Menu3_3_3=new Array("Purchasing","/depts/finance/purchasing.htm","",0);
		Menu3_3_4=new Array("Retirement Commission","#","",0);
		
	Menu3_4=new Array("Fire Marshal","/depts/fire/index.htm","",6);
		Menu3_4_1=new Array("Board of Fire Commissioners","/bc/fire.htm","",0,20,175);
		Menu3_4_2=new Array("Cohanzie Fire Company","/depts/fire/coh.htm","",0);
		Menu3_4_3=new Array("Goshen Fire Company","/depts/fire/goshen.htm","",0);
		Menu3_4_4=new Array("Jordan Fire Company","/depts/fire/jordan.htm","",0);
		Menu3_4_5=new Array("Oswegatchie Fire Company","/depts/fire/osw.htm","",0);
		Menu3_4_6=new Array("Quaker Hill Fire Company","/depts/fire/qh.htm","",0);
		
	Menu3_5=new Array("First Selectman","/govt/index.htm","",1);
		Menu3_5_1=new Array("Board of Selectmen","/bc/selectmen.htm","",0,20,150);
		
	Menu3_6=new Array("Human Resources","/depts/hr/index.htm","",1);
		Menu3_6_1=new Array("Personnel Review Board","/bc/personnel.htm","",0,20,150);
		
	Menu3_7=new Array("Library","http://www.waterfordpubliclibrary.org","",0);
	
	Menu3_8=new Array("Planning & Zoning","/depts/pnz/index.htm","",8);
		Menu3_8_1=new Array("Building Department","/depts/pnz/bldg.htm","",0,20,225);
		Menu3_8_2=new Array("Building Maintenance","/depts/pnz/maint.htm","",0);
		Menu3_8_3=new Array("Building Board of Appeals","/bc/building.htm","",0);
		Menu3_8_4=new Array("Conservation Commission","/bc/conservation.htm","",0);
		Menu3_8_5=new Array("Conservation of Health","/depts/pnz/cons_health.htm","",0);
		Menu3_8_6=new Array("Economic Development Commission","/bc/economic.htm","",0);
		Menu3_8_7=new Array("Environmental Planner","/depts/pnz/env_plan.htm","",0);
		Menu3_8_8=new Array("Zoning Board of Appeals","/bc/zoning_appeals.htm","",0);
		
	Menu3_9=new Array("Police","http://www.waterfordpolice.org","",2);
		Menu3_9_1=new Array("Board of Police Commissioners","/bc/police.htm","",0,20,225);
		Menu3_9_2=new Array("Animal Control Officer","/animal_control.htm","",0);
		
	Menu3_10=new Array("Public Works","/depts/pubworks/index.htm","",0);

	Menu3_11=new Array("Recreation & Parks","http://www.waterfordcommunitycenter.org/","",1);
		Menu3_11_1=new Array("Recreation & Parks Commission","/bc/rp.htm","",0,20,200);
		
	Menu3_12=new Array("Registrars of Voters","/depts/registrar/index.htm","",0);

	Menu3_13=new Array("Senior Services","http://www.waterfordcommunitycenter.org/","",1);
		Menu3_13_1=new Array("Senior Citizens' Commission","/bc/senior.htm","",0,20,175);

	Menu3_14=new Array("Tax Collector","/depts/tax/index.htm","",0);
	
	Menu3_15=new Array("Town Clerk","/depts/clerk/index.htm","",2);
		Menu3_15_1=new Array("Representative Town Meeting","/govt/rtm.htm","",0,20,175);
		Menu3_15_2=new Array("Municipal Historian","/bc/historian.htm","",0);

	Menu3_16=new Array("Utility Commission","/depts/utility/index.htm","",0,20,150);

	Menu3_17=new Array("Youth Services Bureau","http://waterfordyouth.com","",1);
		Menu3_17_1=new Array("Youth Advisory Board","/bc/youth.htm","",0,20,150);

Menu4=new Array("Boards & Commissions","/bc/index.htm","",12,20,150);
	Menu4_1=new Array("Board of Finance","/bc/finance.htm","",0,20,250);
	Menu4_2=new Array("Ethics Commission","/bc/ethics.htm","",0);
	Menu4_3=new Array("Flood & Erosion Control Board","/bc/flood.htm","",0);
	Menu4_4=new Array("Harbor Management Commission","/bc/harbor.htm","",0);
	Menu4_5=new Array("Historic Properties Commission","/bc/historicprop.htm","",0);
	Menu4_6=new Array("Housing Authority","/bc/housing.htm","",0);
	Menu4_7=new Array("Ledge Light Health District","http://www.ledgelighthd.org","",0);
	Menu4_8=new Array("Municipal Agent for Children","/bc/mafc.htm","",0);
	Menu4_9=new Array("Municipal Agent for Elderly","/bc/mafe.htm","",0);
	Menu4_10=new Array("Rental Housing Code Board of Appeals","/bc/rental.htm","",0);
	Menu4_11=new Array("Waterford Ambulance Service","/bc/was.htm","",0);
	Menu4_12=new Array("Waterford/East Lyme Shellfish Commission","/bc/shellfish.htm","",0);
		
Menu5=new Array("Board of Education","http://www.waterfordschools.org/2159101231087327/site/default.asp","",1,20,150);
	Menu5_1=new Array("Waterford Schools","http://www.waterfordschools.org","",0,20,150);