/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='#000000';			// Background color when mouse is not over
	var LowSubBgColor='#D15102';			// Background color when mouse is not over on subs
	var HighBgColor='#D15102';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// 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=0;			// Border between elements 1 or 0
	var FontFamily="Verdana, Geneva, Arial, 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='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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=115;				// 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=0;				// Left padding
	var TopPaddng=0;				// 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='';				// 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("","","",0,15,40);


Menu2=new Array("Visitors","Visitors.html","",7,15,87);
	Menu2_1=new Array("Lodging","Lodging.html?Cat=24,93,118,174,197","",0,15,87);
	Menu2_2=new Array("Attractions","Attractions.html?Cat=11,24","",0,15,87);
	Menu2_3=new Array("Entertainment","Entertainment.html?Cat=11,37,66","",0,15,87);
	Menu2_4=new Array("Dining","Dining.html?Cat=114,17,18","",0,15,87);
	Menu2_5=new Array("Shopping","Shopping.html?Cat=4,13,14,21,22,32,35,42,46,69,70,86,129,161,65,68,76,153,108,163,136,175,176,177,178,179,180,183,187,190,191","",0,15,87);
	Menu2_6=new Array("Events","Calendar.html","",0,15,87);
	Menu2_7=new Array("Map","Map.html","",0,15,87);


Menu3=new Array("Our Community","Community.html","",17,15,117);
	Menu3_1=new Array("Organizations","Organizations.html","",0,15,117);
	Menu3_2=new Array("Schools","Schools.html","",0,15,117);
	Menu3_3=new Array("Churches","Churches.html","",0,15,117);
	Menu3_4=new Array("Real Estate","RealEstate.html?Cat=5,7,78,110,112,124","",0,15,117);
	Menu3_5=new Array("Utilities","Utilities.html","",0,15,117);
	Menu3_6=new Array("Employment","http://www.locationone.com/lois/logon.do?username=platt&appsection=localities&community_id=1414&page=3","",0,15,117);
	Menu3_7=new Array("Health Care","Health.html?Cat=3,31,49,71,89,95,97,101,111,124","",0,15,117);
	Menu3_8=new Array("Government","Government.html","",0,15,117);
	Menu3_9=new Array("Assistance","Charities.html","",0,15,117);
	Menu3_10=new Array("History","History.html","",0,15,117);
	Menu3_11=new Array("Attractions","Attractions.html?Cat=11,24","",0,15,117);
	Menu3_12=new Array("Dining","Dining.html?Cat=114,17,18","",0,15,117);
	Menu3_13=new Array("Lodging","Lodging.html?Cat=24,93,118,174,197","",0,15,117);
	Menu3_14=new Array("Shopping","Shopping.html?Cat=4,13,14,21,22,32,35,42,46,69,70,86,129,161,65,68,76,153,108,163,136,175,176,177,178,179,180,183,187,190,191","",0,15,117);
	Menu3_15=new Array("Rental Facilities","RentalFacilities.html?Cat=20,90","",0,15,117);
	Menu3_16=new Array("Demographics","Population.html","",0,15,117);
	Menu3_17=new Array("Map","Map.html","",0,15,117);

Menu4=new Array("Economic Development","http://www.locationone.com/lois/logon.do?username=platt&appsection=localities","",12,15,162);
	Menu4_1=new Array("Geographic Location","Geo.html","",0,15,162);
	Menu4_2=new Array("Buildings","http://www.locationone.com/lois/logon.do?username=platt&appsection=buildings","",0,15,162);
	Menu4_3=new Array("Sites","http://www.locationone.com/lois/logon.do?username=platt&appsection=sites","",0,15,162);
	Menu4_4=new Array("Property Values","PropValues.html","",0,15,162);
	Menu4_5=new Array("Zoning and Land Use","LandUse.html","",0,15,162);
	Menu4_6=new Array("Business Licenses","BusnLic.html","",0,15,162);
	Menu4_7=new Array("Demographics","Population.html","",0,15,162);
	Menu4_8=new Array("Business Startup","BusnStart.html","",0,15,162);
	Menu4_9=new Array("Business Costs","BusnCosts.html","",0,15,162);
	Menu4_10=new Array("Major Employers","Employers.html","",0,15,162);
	Menu4_11=new Array("Government","Government.html","",0,15,162);
	Menu4_12=new Array("Map","Map.html","",0,15,162);
	
Menu5=new Array("The Chamber","Default.html","",8,15,127);	
	Menu5_1=new Array("About","AboutUs.html","",0,15,127);
	Menu5_2=new Array("Programs and Events","Programs-and-Events.html","",0,15,127);
	Menu5_3=new Array("Chamber Board","Board.html","",0,15,127);
	Menu5_4=new Array("Chamber Staff","Staff.html","",0,15,127);
	Menu5_5=new Array("News","News.html","",0,15,127);
	Menu5_6=new Array("Join","MemberApp.html","",0,15,127);
	Menu5_7=new Array("Members","Directory.html","",0,15,127);
	Menu5_8=new Array("Activity Pricing","ActivityPricing.html","",0,15,127);
		
Menu6=new Array("Members","Directory.html","",0,15,87);
	
Menu7=new Array("Calendar","Calendar.html","",0,15,87);


Menu8=new Array("Contact Us","Contact.html","",1,15,97);
	Menu8_1=new Array("Information Request","InfoRequest.html","",0,28,97);

