/***********************************************************************************
*	(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=7;		// 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='#3A4972';			// Background color when mouse is over
	var HighSubBgColor='#3A4972';		// Background color when mouse is over on subs
	var FontLowColor='#191970';			// Font color when mouse is not over
	var FontSubLowColor='#191970';		// 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='#3A4972';		// Border color
	var BorderSubColor='#3A4972';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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=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 LeftPaddng=6;			// 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=1;			// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['../menu/tri.gif',5,10,'../menu/tridown.gif',10,5,'../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","../hom/home.htm","",0,18,60);

Menu2=new Array("About Newburgh","../about/index.htm","",11,18,120);
	Menu2_1=new Array("Location","../about/loc.htm","",0,20,120);
	Menu2_2=new Array("City History","../hist/index.htm","",0);
	Menu2_3=new Array("Scrapbook","../scrapbook/index.htm","",0);
	Menu2_4=new Array("Community Profile","../about/index.htm","",0);
	Menu2_5=new Array("Education","../about/educ.htm","",0);
	Menu2_6=new Array("Health Care","../about/healthcare.htm","",0);
	Menu2_7=new Array("Transportation","../about/transport.htm","",0);
	Menu2_8=new Array("Index/Residents","../header/residents.htm","",0);
	Menu2_9=new Array("Index/Owners","../header/owners.htm","",0);
	Menu2_10=new Array("Index/Business","../header/biz.htm","",0);
	Menu2_11=new Array("Related Sites","../about/links.htm","",0);

Menu3=new Array("Government","../gov/charter.htm","",15,18,118);
	Menu3_1=new Array("Press Releases","../press/press.htm","",0,20,148);	
	Menu3_2=new Array("E-Gov Calendar ->","http://www.egovlink.com/newburgh/events/calendar.asp","",0);
	Menu3_3=new Array("E-Gov Documents ->","http://www.egovlink.com/newburgh/docs/menu/home.asp","",0);
	Menu3_4=new Array("Mayor","../gov/mayor.htm","",0,20,0);	
	Menu3_5=new Array("City Council","../gov/council.htm","",0);
	Menu3_6=new Array("City Manager","../gov/mgr.htm","",0);
	Menu3_7=new Array("Phone Directory","../gov/directory.htm","",0);	
	Menu3_8=new Array("IDA","../gov/IDA.htm","",0);	
	Menu3_9=new Array("CDA","../gov/CDA.htm","",0);	
	Menu3_10=new Array("Housing Authority","../gov/NHA.htm","",0);
	Menu3_11=new Array("Charter & Code","../gov/charter.htm","",0);	
	Menu3_12=new Array("Charter Review","../charter/index.htm","",0);
	Menu3_13=new Array("Pending Legislation","../gov/Ords.htm","",0);
	Menu3_14=new Array("Local Govt Guide","../gov/guide.htm","",0);
	Menu3_15=new Array("Event Permits","../gov/event.htm","",0);

Menu4=new Array("Departments","../assessor/index.htm","",16,20,112);
	Menu4_1=new Array("Assessor","../assessor/index.htm","",0,20,156);
	Menu4_2=new Array("Civil Service","../civil/index.htm","",0);
	Menu4_3=new Array("Clerk/Vital Records","../clerk/index.htm","",0);
	Menu4_4=new Array("Codes Compliance", "../code/code1.htm","",0);
	Menu4_5=new Array("Comptroller","../compt/index.htm","",0);
	Menu4_6=new Array("Corporation Counsel","../gov/counsel.htm","",0);
	Menu4_7=new Array("GIS/Mapping","../GIS/intro.htm","",0);
	Menu4_8=new Array("Historian","../hist/historian.htm","",0);
	Menu4_9=new Array("Human Services","../fam/index.htm","",0);
	Menu4_10=new Array("Planning & Development","../devel/index.htm","",0);
	Menu4_11=new Array("Public Works (DPW)","../dpw/index.htm","",0);
	Menu4_12=new Array("Records Management","../gov/records.htm","",0);
	Menu4_13=new Array("Recreation","../rec/index.htm","",0);
	Menu4_14=new Array("Tax Collector","../tax/index.htm","",0);
	Menu4_15=new Array("Wastewater Plant","../water/wasteplant.htm","",0);
	Menu4_16=new Array("Water Department","../water/index.htm","",0);

Menu5=new Array("Public Safety","../about/emerg.htm","",10,20,110);
	Menu5_1=new Array("Emergency Numbers","../about/emerg.htm","",0,20,160);
	Menu5_2=new Array("Police Department", "../police/index.htm","",0);
	Menu5_3=new Array("Fire Department","../fire/index.htm","",0);
	Menu5_4=new Array("Event Permits","../gov/event.htm","",0);
	Menu5_5=new Array("City Court","../gov/court.htm","",0);
	Menu5_6=new Array("Snow Emergencies","../police/snow.htm","",0);
	Menu5_7=new Array("Alternate Side Parking","../dpw/parking.htm","",0);	
	Menu5_8=new Array("Violation Codes","../police/violation1.htm","",0);
	Menu5_9=new Array("Taxi Regulations","../gov/taxi.htm","",0);
	Menu5_10=new Array("Emergency Management","../gov/CEMP.htm","",0);

Menu6=new Array("Advisory Boards","../advisory/advis.htm","",19,20,120);
	Menu6_1=new Array("Architectural Review","../advisory/arch.htm","",0,20,170);
	Menu6_2=new Array("Assessment Review","../assessor/board.htm","",0);
	Menu6_3=new Array("Arts & Culture", "../arts/arts.htm","",0);
	Menu6_4=new Array("Charter Review","../charter/index.htm","",0);
	Menu6_5=new Array("Citizens Advisory","../advisory/cac.htm","",0);
	Menu6_6=new Array("","../advisory/advis.htm","",0);	
	Menu6_7=new Array("Downing Park","../downing/index.htm","",0);
	Menu6_8=new Array("Electrical Licensing","../fire/electrical.htm","",0);
	Menu6_9=new Array("Ethics Board","../advisory/ethics.htm","",0);
	Menu6_10=new Array("Old Town Cemetery","../advisory/otcc.htm","",0);
	Menu6_11=new Array("Parks & Recreation","../rec/board.htm","",0);
	Menu6_12=new Array("Planning Board","../advisory/prb.htm","",0);
	Menu6_13=new Array("Plumbing","../code/plumbing.htm","",0);
	Menu6_14=new Array("Police-Community Relations","../advisory/policeboard.htm","",0);
	Menu6_15=new Array("Preservation Association","../advisory/NPA.htm","",0);
	Menu6_16=new Array("Records","../gov/recordsboard.htm","",0);
	Menu6_17=new Array("Shade Tree","../advisory/tree.htm","",0);
	Menu6_18=new Array("Waterfront","../advisory/waterfront.htm","",0);
	Menu6_19=new Array("Zoning Board","../advisory/zoning.htm","",0);

Menu7=new Array("Explore","../about/visitor.htm","",9,20,120);
	Menu7_1=new Array("Location","../about/loc.htm","",0,20,120);
	Menu7_2=new Array("City Map","../about/map.htm","",0);
	Menu7_3=new Array("Tourism Brochure","../about/brochure.htm","",0);
	Menu7_4=new Array("A Quick Visit","../about/visitor.htm","",0);
	Menu7_5=new Array("Downing Park","../downing/index.htm","",0);
	Menu7_6=new Array("City Parks","../rec/parks.htm","",0);
	Menu7_7=new Array("Art","../about/art.htm","",0);
	Menu7_8=new Array("Architecture","../about/architecture.htm","",0);
    Menu7_9=new Array("Music","../about/music.htm","",0);
