/***********************************************************************************
*	(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='#548556';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#57585e';			// Background color when mouse is over
	var HighSubBgColor='#548556';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='#336666';			// 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='#548556';			// Border color
	var BorderSubColor='#336666';			// 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='center';			// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;				// 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=300;			// 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=['http://www.nelsoncounty.com:81/pics/nelsonui/tri.gif',5,10,'http://www.nelsoncounty.com:81/pics/nelsonui/tridown.gif',10,20,'http://www.nelsoncounty.com:81/pics/nelsonui/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("NELSON COUNTY","http://www.nelsoncounty.com/","",0,20,140);


Menu2=new Array("LIVE","http://www.nelsoncounty.com/community/","",9);
	Menu2_1=new Array("General Information","http://www.nelsoncounty.com/community/overview","",0,20,200);	
	Menu2_2=new Array("Nelson at a Glance","http://www.nelsoncounty.com/community/ataglance","",0);
	Menu2_3=new Array("Organizations","http://www.nelsoncounty.com/community/organizations","",0);
    Menu2_4=new Array("Churches","http://www.nelsoncounty.com/community/churches","",0);
	Menu2_5=new Array("Schools","http://www.nelson.k12.va.us/","",0);
	Menu2_6=new Array("Important Phone Numbers","http://www.nelsoncounty.com/community/phonelist","",0);
    Menu2_7=new Array("Nelson Memorial Library","http://jmrl.org/br-nelson.htm","",0);                    
	Menu2_8=new Array("Nelson Web Directory","http://www.nelsoncounty.com/directory/","",0);
	Menu2_9=new Array("Relocation Information","http://www.nelsoncounty.com/community/relocation","",0);
		
		
Menu3=new Array("WORK","http://www.nelsoncounty.com/business/","",15);
	Menu3_1=new Array("Goals and Principles","http://www.nelsoncounty.com/business/goals","",0,20,200);	
	Menu3_2=new Array("Business Licenses","http://www.nelsoncounty.com/business/licenses","",0);	
	Menu3_3=new Array("Starting a New Business","http://www.nelsoncounty.com/business/newbusiness","",0);
	Menu3_4=new Array("Agri-Business","http://nelsoncounty.com/business/agri-business/","",0);
	Menu3_5=new Array("Colleen Business Park","http://nelsoncounty.com/business/colleen-business-park/","",0);
	Menu3_6=new Array("Existing Businesses","http://www.nelsoncounty.com/business/existingbusinesses","",0);
	Menu3_7=new Array("Future Land Use","http://www.nelsoncounty.com/business/futurelanduse","",0);
	Menu3_8=new Array("Economic Development Authority","http://www.nelsoncounty.com/business/eda","",0);	
	Menu3_9=new Array("Medical / Health Care","http://www.nelsoncounty.com/business/medical","",0);	
	Menu3_10=new Array("Occupations","http://www.nelsoncounty.com/business/occupations","",0);
	Menu3_11=new Array("Real Estate","http://www.nelsoncounty.com/directory/stories/storyReader$105","",0);
	Menu3_12=new Array("Sites and Buildings","http://www.nelsoncounty.com/business/sites","",0);
	Menu3_13=new Array("Travel Industry","http://www.nelsoncounty.com/business/travel","",0);
	Menu3_14=new Array("Utilities","http://www.nelsoncounty.com/business/utilities","",0);
	Menu3_15=new Array("VA Dept of Business Assistance","http://www.dba.state.va.us/","",0);


Menu4=new Array("SERVE","http://www.nelsoncounty.com/government/","",9);

	Menu4_1=new Array("County Government Home","http://www.nelsoncounty.com/government/","",0,20,180);
	
	Menu4_2=new Array("Board of Supervisors","http://www.nelsoncounty.com/boardofsupervisors/","",0);
	
	Menu4_3=new Array("Boards & Commissions","http://www.nelsoncounty.com/government/boards","",0);
	
	Menu4_4=new Array("Departments","http://www.nelsoncounty.com/government/departments","",15);
		Menu4_4_1=new Array("County Administrator","http://www.nelsoncounty.com/countyadministrator/","",0,20,200);
		Menu4_4_2=new Array("Animal Control","http://www.nelsoncounty.com/animalcontrol/","",0);
		Menu4_4_3=new Array("Building Inspection","http://www.nelsoncounty.com/inspections/","",0);
		Menu4_4_4=new Array("Commissioner of Revenue","http://www.nelsoncounty.com/commissionerofrevenue/","",0);
		Menu4_4_5=new Array("Convention & Visitors Bureau","http://www.nelsoncounty.com/cvb/","",0);
		Menu4_4_6=new Array("Economic Development","http://www.nelsoncounty.com/economicdev/","",0);
		Menu4_4_7=new Array("E-911 / Mapping","http://www.nelsoncounty.com/e911/","",0);		
		Menu4_4_8=new Array("Emergency Services","http://www.nelsoncounty.com/emergencyservices/","",0);
		Menu4_4_9=new Array("Finance & Human Resources","http://www.nelsoncounty.com/financeandhr/","",0);
		Menu4_4_10=new Array("Nelson Memorial Library","http://jmrl.org/br-nelson.htm","",0);
		Menu4_4_11=new Array("Planning & Zoning","http://www.nelsoncounty.com/planning/","",0);
		Menu4_4_12=new Array("Parks & Recreation","http://www.nelsoncounty.com/parksandrec/","",0);
		Menu4_4_13=new Array("School Board Administration","http://nelson.k12.va.us/schoolboard/schoolboard.htm","",0);
		Menu4_4_14=new Array("Solid Waste and Recycling","http://www.nelsoncounty.com/transferstation/","",0);
		Menu4_4_15=new Array("Treasurer","http://www.nelsoncounty.com/treasurer/","",0);
		
	Menu4_5=new Array("Agencies","http://www.nelsoncounty.com/agencies/","",9);
		Menu4_5_1=new Array("Community Development Foundation","http://www.tjpdc.org/housing/nelsComDev.asp","",0,20,220);
		Menu4_5_2=new Array("Keep Nelson Beautiful","http://www.nelsoncounty.com/keepnelsonbeautiful/","",0);
		Menu4_5_3=new Array("Social Services","http://www.nelsoncounty.com/agencies/socialservices/","",0);
		Menu4_5_4=new Array("Service Authority","http://www.nelsoncounty.com/agencies/serviceauthority","",0);
		Menu4_5_5=new Array("Virginia Cooperative Extension","http://offices.ext.vt.edu/nelson/","",0);
		Menu4_5_6=new Array("Virginia Department of Forestry","http://www.dof.virginia.gov/regCentral/nel-index.shtml","",0);
		Menu4_5_7=new Array("Virginia Department of Health","http://www.vdh.state.va.us/LHD/ThomasJefferson/Nelson/","",0);
		Menu4_5_8=new Array("Virginia Division of Motor Vehicles","http://www.dmv.state.va.us","",0);
		Menu4_5_9=new Array("Voter Registrar","http://www.nelsoncounty.com/agencies/registrar","",0);

	Menu4_6=new Array("Law Enforcement","http://www.nelsoncounty.com/legal/","",6);
		Menu4_6_1=new Array("Circuit Court","http://www.nelsoncounty.com/legal/circuitcourt","",0,20,200);
		Menu4_6_2=new Array("Commonwealth's Attorney","http://www.nelsoncounty.com/legal/commonwealthattorney","",0);
		Menu4_6_3=new Array("General District Court","http://www.nelsoncounty.com/legal/generaldistrictcourt","",0);
		Menu4_6_4=new Array("J & D Court","http://www.nelsoncounty.com/legal/jdcourt","",0);
		Menu4_6_5=new Array("Magistrate","http://www.nelsoncounty.com/legal/magistrate","",0);
		Menu4_6_6=new Array("Sheriff","http://www.nelsoncounty.com/legal/sheriff","",0);

	Menu4_7=new Array("Taxation","http://www.nelsoncounty.com/government/taxation","",0);
	Menu4_8=new Array("Education","http://www.nelson.k12.va.us/","",0,20,180);
	Menu4_9=new Array("Contact Information","http://www.nelsoncounty.com/government/contacts","",0);
		
	
Menu5=new Array("VISIT","http://www.nelsoncounty.com/visit/","",15);
	Menu5_1=new Array("Calendar of Events","http://www.nelsoncounty.com/calendar/","",0,20,200);	
	Menu5_2=new Array("Lodging","http://www.nelsoncounty.com/visit/lodging","",0);
	Menu5_3=new Array("Restaurants","http://www.nelsoncounty.com/visit/restaurants","",0);
	Menu5_4=new Array("Directions","http://www.nelsoncounty.com/visit/directions","",0);
	Menu5_5=new Array("Bicycle Tours","http://www.nelsoncounty.com/visit/bicycletours","",0);
	Menu5_6=new Array("Crabtree Falls","http://www.nelsoncounty.com/visit/crabtreefalls","",0);	
	Menu5_7=new Array("Wineries and Breweries","http://www.nelsoncounty.com/visit/wineriesbrewery","",0);	
	Menu5_8=new Array("Hikes","http://www.nelsoncounty.com/visit/hikes","",0);
	Menu5_9=new Array("Montebello Fish Hatchery","http://www.dgif.virginia.gov/fishing/stocking/hatcheries.asp#montebello","",0);
	Menu5_10=new Array("Oak Ridge Estate","http://www.oakridgeestate.com/","",0);
	Menu5_11=new Array("Orchards and Farms","http://www.nelsoncounty.com/visit/orchards","",0);
	Menu5_12=new Array("Outdoor Recreation","http://www.nelsoncounty.com/visit/outdoorrecreation","",0);
	Menu5_13=new Array("Unique Shopping","http://www.nelsoncounty.com/visit/shoppes","",0);
	Menu5_14=new Array("Walton's Mountain Museum","http://www.waltonmuseum.org/","",0);	
	Menu5_15=new Array("Wintergreen Resort","http://www.wintergreenresort.com/","",0);






