/***********************************************************************************
*	(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='#003333';			// Background color when mouse is not over
	var LowSubBgColor='#e8ecf1';			// Background color when mouse is not over on subs
	var HighBgColor='#cce6e6';			// Background color when mouse is over
	var HighSubBgColor='#7fa6c2';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#006699';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#7fa6c2';			// Border color
	var BorderSubColor='#006699';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,tahoma,arial,technical"	// Font family menu items
	var FontSize=7;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// 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=8;				// 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=250;			// 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=['rightarrow-blue.gif',4,7,'downarrow.gif',9,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("rollover:links/home-off.gif:links/home-on.gif","/","links/home-off.gif",0,26,75);

Menu2=new Array("rollover:links/citybeat-off.gif:links/citybeat-on.gif","citybeat/","links/citybeat-off.gif",5,26,89);
	Menu2_1=new Array("Citizens Reporting Center","crc.html","",0,17,150);
	Menu2_2=new Array("Downloads","citybeat/downloads.html","",0);
	Menu2_3=new Array("Event Calendar","calendar.html","",0);
	Menu2_4=new Array("Press Releases","cns/cns.asp","",0);
	Menu2_5=new Array("Video on Demand","cityvideo.html","",0);
	
Menu3=new Array("rollover:links/government-off.gif:links/government-on.gif","government.html","links/government-off.gif",17,26,138);
	Menu3_1=new Array("About Rocky Mount - History","aboutrm.html","",0,17,220);
	Menu3_2=new Array("Applications & Forms","forms.html","",0);
	Menu3_3=new Array("Boards & Commissions","boards.html","",0);
	Menu3_4=new Array("City Clerk","clerk.html","",0);
	Menu3_5=new Array("City Manager","manager.html","",0);
	Menu3_6=new Array("City Services","services.html","",0);
	Menu3_7=new Array("City Video on Demand","cityvideo.html","",0);
	Menu3_8=new Array("Contact Us/Location Map","contactus.html","",0);
	Menu3_9=new Array("Departments","departments.html","",0);
	Menu3_10=new Array("Employment Opportunities","javascript:jobs()","",0);
	Menu3_11=new Array("Finance Department","finance.html","",2);
			Menu3_11_1=new Array("Purchasing","purchasing.html","",0,17,130);
			Menu3_11_2=new Array("WARM Program","warm.html","",0);
	Menu3_12=new Array("Geographic Information System (GIS)","gis/","",1);
		Menu3_12_1=new Array("Virtual Video Tours","gis/gisvideos.html","",0,17,130);
	Menu3_13=new Array("Human Resources","hr/","",9);
		Menu3_13_1=new Array("Application Process","hr/app-process.html","",0,17,190);
		Menu3_13_2=new Array("Benefits","hr/benefits.html","",0);
		Menu3_13_3=new Array("City Organization","hr/organization.html","",0);
		Menu3_13_4=new Array("Directions","contactus.html","",0);
		Menu3_13_5=new Array("Employee Training & Development","hr/training.html","",0);
		Menu3_13_6=new Array("Employee Health & Wellness","hr/health.html","",0);
		Menu3_13_7=new Array("Employment Application","javascript:window.open('http://www.rockymountnc.gov/documents/employmentapp.pdf')","",0);
		Menu3_13_8=new Array("Employment Opportunities","javascript:window.open('http://199.72.233.2/cityjob/user/jobs.asp')","",0);
		Menu3_13_9=new Array("Safety & Worker's Compensation ","hr/safety.html","",0);
	Menu3_14=new Array("Important Phone Numbers","telephone.html","",0);
	Menu3_15=new Array("Mayor & City Council","council.html","",0);
	Menu3_16=new Array("Newcomer Information","newcomer.html","",0);
	Menu3_17=new Array("Office of Budget Evaluation","budget.html","",0);

Menu4=new Array("rollover:links/commres-off.gif:links/commres-on.gif","resources.html","links/commres-off.gif",13,26,169);
	Menu4_1=new Array("Arts Center","http://arts.imperialcentre.org","",0,17,150);
	Menu4_2=new Array("Braswell Memorial Library","javascript:window.open('http://www.braswell-library.org')","",0);
	Menu4_3=new Array("Children's Museum","http://museum.imperialcentre.org","",0);
	Menu4_4=new Array("City Lake","citylake.html","",0);
	Menu4_5=new Array("Human Relations","humanrelations/","",0);
	Menu4_6=new Array("Imperial Centre","http://www.imperialcentre.org","",0);
	Menu4_7=new Array("Keep America Beautiful","kab/","",6);
		Menu4_7_1=new Array("Board & Calendar","kab/calendar.html","",0,17,150);
		Menu4_7_2=new Array("Event Information","kab/news/pr.asp","",0);
		Menu4_7_3=new Array("FAQs","kab/faqs.html","",0);
		Menu4_7_4=new Array("Links","kab/links.html","",0);
		Menu4_7_5=new Array("Programs","kab/programs.html","",0);
		Menu4_7_6=new Array("Volunteer Registration","adopt/login.asp","",0);
	Menu4_8=new Array("Parks & Recreation","parks/","",10);
		Menu4_8_1=new Array("About Us","parks/aboutus.html","",0,17,150);
		Menu4_8_2=new Array("Athletics","parks/athletics.html","",0);
		Menu4_8_3=new Array("Cemeteries","parks/cemeteries.html","",0);
		Menu4_8_4=new Array("Outdoor Programs","parks/outdoor.html","",0);
		Menu4_8_5=new Array("Paddle & Walking Trails","parks/trails.html","",0);
		Menu4_8_6=new Array("Parks & Pools","parks/parks.html","",0);
		Menu4_8_7=new Array("Recreation Services","parks/recservices.shtml","",0);
		Menu4_8_8=new Array("Senior Center","parks/senior.html","",0);
		Menu4_8_9=new Array("Special Events","parks/events.html","",0);
		Menu4_8_10=new Array("Veterans Memorial","parks/memorial.html","",0);
	Menu4_9=new Array("Senior Center","parks/senior.html","",0);
	Menu4_10=new Array("Sports Complex","http://www.rockymountsportscomplex.com","",0);
	Menu4_11=new Array("Tar River Transit","trt/","",0);
	Menu4_12=new Array("Veterans Memorial","parks/memorial.html","",0);
	Menu4_13=new Array("Other Resources","links.html","",0);

Menu5=new Array("rollover:links/localdev-off.gif:links/localdev-on.gif","development.html","links/localdev-off.gif",15,26,153);
	Menu5_1=new Array("Building Permits","planning/permits.html","",0,17,180);
	Menu5_2=new Array("Carolinas Gateway Partnership","javascript:window.open('http://www.econdev.org')","",0);
	Menu5_3=new Array("Chamber of Commerce","javascript:window.open('http://www.rockymountchamber.org')","",0);
	Menu5_4=new Array("Community Development","cd/","",8);
		Menu5_4_1=new Array("Boards & Commissions","cd/boards.html","",0,17,140);
		Menu5_4_2=new Array("Contact Us","cd/contactus.html","",0);
		Menu5_4_3=new Array("Douglas Block","cd/douglasblock.html","",0);
		Menu5_4_4=new Array("FAQs","cd/faqs.html","",0);
		Menu5_4_5=new Array("Housing Programs","cd/housing.html","",0);
		Menu5_4_6=new Array("Plans","cd/plans.html","",0);
		Menu5_4_7=new Array("Program Sign-Up","cd/signup.asp?ID=New","",0);
		Menu5_4_8=new Array("Staff Members","cd/staff.html","",0);
	Menu5_5=new Array("Downtown Development","downtown/","",5);
		Menu5_5_1=new Array("Contact Us","downtown/contactus.html","",0,17,110);
		Menu5_5_2=new Array("Downloads","downtown/downloads.html","",0,17);
		Menu5_5_3=new Array("Newsletter","downtown/newsletter.html","",0);
		Menu5_5_4=new Array("Photos","downtown/photos.html","",0);
		Menu5_5_5=new Array("Properties","downtown/properties.shtml","",0);
	Menu5_6=new Array("Economic Development","econdev.html","",0);
	Menu5_7=new Array("Engineering","engineering/","",6);
		Menu5_7_1=new Array("Contact Us","engineering/contactus.html","",0,17,190);
		Menu5_7_2=new Array("Erosion Control","engineering/erosion.html","",0);
		Menu5_7_3=new Array("Forms, Policies, and Standards","engineering/forms.html","",0);
		Menu5_7_4=new Array("Standard Details & Specifications","engineering/details.html","",0);
		Menu5_7_5=new Array("Stormwater Management","engineering/stormwater.html","",0);
		Menu5_7_6=new Array("Transportation Planning","engineering/transportation.html","",0);
	Menu5_8=new Array("Historic Preservation","hpc/","",0);
	Menu5_9=new Array("Municipal Code","javascript:municode()","",0);	
	Menu5_10=new Array("Planning and Development","planning/","",12);
		Menu5_10_1=new Array("Boards & Commissions","planning/boards.html","",0,17,180);
		Menu5_10_2=new Array("Building Permits","planning/permits.html","",0);
		Menu5_10_3=new Array("Code of Ordinances","javascript:window.open('http://www.municode.com/resources/gateway.asp?pid=11483&sid=33')","",0);
		Menu5_10_4=new Array("Community Development","cd/","",0);
		Menu5_10_5=new Array("Contact Us","planning/contactus.html","",0);
		Menu5_10_6=new Array("Development Information","planning/development.html","",0);
		Menu5_10_7=new Array("Documents & Forms","planning/forms.html","",0);
		Menu5_10_8=new Array("Doing Business in Rocky Mount","planning/business.html","",0);
		Menu5_10_9=new Array("Enforcement","planning/enforcement.html","",0);
		Menu5_10_10=new Array("FAQs","planning/faqs.html","",0);			
		Menu5_10_11=new Array("Flood Awareness","planning/floodawareness.html","",0);
		Menu5_10_12=new Array("Zoning and Land Use","planning/zoning.html","",0);
	Menu5_11=new Array("Public Utilities","utilities/","",14);
		Menu5_11_1=new Array("About Us","utilities/aboutus.html","",0,17,130);
		Menu5_11_2=new Array("Builder's Corner","utilities/builderscorner.html","",0);
		Menu5_11_3=new Array("Electric System","utilities/electric.html","",0);
		Menu5_11_4=new Array("Emergency Services","utilities/emergency.html","",0);
		Menu5_11_5=new Array("Energy Savings","utilities/savings.html","",0);
		Menu5_11_6=new Array("FAQs","javascript:window.open('../utilities/documents/FAQs.pdf')","",0);
		Menu5_11_7=new Array("Kid's Corner","utilities/kidscorner.html","",0);
		Menu5_11_8=new Array("Natural Gas System","utilities/naturalgas.html","",0);
		Menu5_11_9=new Array("New Customers","utilities/newcustomers.html","",0);
		Menu5_11_10=new Array("Press Releases","utilities/press/pr.asp","",0);
		Menu5_11_11=new Array("Rate Schedules","utilities/rates.html","",0);
		Menu5_11_12=new Array("Renewable Energy","utilities/renewableenergy.html","",0);
		Menu5_11_13=new Array("Trees","utilities/trees.html","",0);
		Menu5_11_14=new Array("What's New","utilities/whatsnew.html","",0);		
	Menu5_12=new Array("Public Works","publicworks/","",2);
			Menu5_12_1=new Array("Solid Waste Services","publicworks/solidwaste.html","",0,17,150);
			Menu5_12_2=new Array("Stormwater Management","publicworks/stormwater.html","",0);
	Menu5_13=new Array("Rocky Mount Urban Area MPO","mpo/","",5);
		Menu5_13_1=new Array("Items of Interest","mpo/items.html","",0,17,165);
		Menu5_13_2=new Array("Links","mpo/links.html","",0);
		Menu5_13_3=new Array("News & Events","mpo/news.html","",0);
		Menu5_13_4=new Array("TIP Projects","mpo/tip.html","",0);
		Menu5_13_5=new Array("Traffic Safety","mpo/traffic.html","",0);
	Menu5_14=new Array("Stormwater Management","publicworks/stormwater.html","",0);
	Menu5_15=new Array("Water & Sewer Services","utilities/water.html","",0);

Menu6=new Array("rollover:links/pubsafety-off.gif:links/pubsafety-on.gif","publicsafety.html","links/pubsafety-off.gif",8,26,114);
	Menu6_1=new Array("Animal Control","police/animalcontrol.html","",0,17,150);
	Menu6_2=new Array("Careers in Public Safety","careers.html","",0);
	Menu6_3=new Array("Citizen's Reporting Center","crc.html","",0);
	Menu6_4=new Array("Code Red","javascript:window.open('https://login.coderedweb.com/codereddataentry/index.cfm?GroupId=1294')","",0);
	Menu6_5=new Array("Emergency Management","emergency.html","",0);
	Menu6_6=new Array("Fire Department","fire/","",10);
		Menu6_6_1=new Array("Apparatus/Stations","fire/operations.html","",0,17,150);
		Menu6_6_2=new Array("Careers","fire/careers.html","",0);
		Menu6_6_3=new Array("Child Passenger Safety","fire/support.html#child","",0);
		Menu6_6_4=new Array("Contact Us","fire/contactus.html","",0);
		Menu6_6_5=new Array("Divisions","fire/divisions.html","",0);
		Menu6_6_6=new Array("Emergency Management","fire/emergency.html","",0);
		Menu6_6_7=new Array("History","fire/history.html","",0);
		Menu6_6_8=new Array("Links","links.html","",0);
		Menu6_6_9=new Array("Operation ARM","fire/support.html#arm","",0);
		Menu6_6_10=new Array("Organization Chart","javascript:newwindow('fire/documents/ORG CHART 2008 with updated titles.pdf')","",0);
	Menu6_7=new Array("Flood Awareness","planning/floodawareness.html","",0);
	Menu6_8=new Array("Police Department","police/","",11);
		Menu6_8_1=new Array("Welcome","police/welcome.html","",0,17,130);
		Menu6_8_2=new Array("Animal Control","police/animalcontrol.html","",0);
		Menu6_8_3=new Array("Careers","police/careers.html","",0);
		Menu6_8_4=new Array("Contact Us","police/contactus.html","",0);
		Menu6_8_5=new Array("Crime Prevention","police/prevention.html","",0);
		Menu6_8_6=new Array("Crime Stoppers","police/crimestoppers.html","",0);
		Menu6_8_7=new Array("Divisions","police/divisions.html","",0);
		Menu6_8_8=new Array("Links","police/links.html","",0);
		Menu6_8_9=new Array("News & Events","police/news.html","",0);
		Menu6_8_10=new Array("Press Releases","police/press/pr.asp","",0);
		Menu6_8_11=new Array("Traffic Safety","police/traffic.html","",0);	
