	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#3B7256';			// Background color when mouse is over on subs
	var FontLowColor='';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// 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='';			// Border color
	var BorderSubColor='';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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='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=7;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// 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=0;				// 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=['images/tri-rt.gif',6,7,'images/tri-dn.gif',6,7,'images/tri-lft.gif',6,7];	// 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("<img src='images/nav_topspacer.gif'>","","",0,26,195);
	Menu1_1=new Array("Testimonials","","",0,16,100);

Menu2=new Array("rollover:images/btn_home1.gif:images/btn_home2.gif","index.html","",0,28,195);
		
Menu3=new Array("rollover:images/btn_about1.gif:images/btn_about2.gif","","",2,28,195);
	Menu3_1=new Array("Our History","history.html","images/box3.gif",0,19,170);
	Menu3_2=new Array("Who We Are","about.html","images/box3a.gif",0,19,170);

Menu4=new Array("rollover:images/btn_contact1.gif:images/btn_contact2.gif","contact.html","",0,28,195);	
	Menu4_1=new Array("Rules & Regulations","rules.html","images/box3.gif",0,19,170);
		Menu4_1_1=new Array("Rules & Regulations 1","rules_1.html","images/box3.gif",0,19,170);
		Menu4_1_2=new Array("Rules & Regulations 2","rules_2.html","images/box3.gif",0,19,170);
		Menu4_1_3=new Array("Rules & Regulations 3","rules_3.html","images/box3.gif",0,19,170);
		Menu4_1_4=new Array("Rules & Regulations 4","rules_4.html","images/box3.gif",0,19,170);
		Menu4_1_5=new Array("Rules & Regulations 5","rules_5.html","images/box3.gif",0,19,170);	
	Menu4_2=new Array("About the Community","about_community.html","images/box3.gif",0,19,170);
	Menu4_3=new Array("Current Budget","budget.html","images/box3.gif",0,19,170);
	Menu4_4=new Array("Meetings","meetings.html","images/box3.gif",0,19,170);


Menu5=new Array("rollover:images/btn_care1.gif:images/btn_care2.gif","services_current.asp","",0,28,195);
	Menu5_1=new Array("Current Services","services_current.asp","images/box3.gif",0,19,170);
	Menu5_2=new Array("Special Announcements","announcements.html","images/box3.gif",0,19,170);
	
Menu6=new Array("rollover:images/btn_faq1.gif:images/btn_faq2.gif","faq.html","",0,29,195);	
	Menu6_1=new Array("Architectural Request","form_architectural.html","images/box3.gif",0,19,170);
	Menu6_2=new Array("Automatic Payments","form_ach.html","images/box3.gif",0,19,170);
	Menu6_3=new Array("Bookkeeping Inquiries","form_bookkeeping.html","images/box3.gif",0,19,170);
	Menu6_4=new Array("Change of Address","form_address.html","images/box3.gif",0,19,170);
	Menu6_5=new Array("Maintenance Request","form_maintenance.html","images/box3.gif",0,19,170);
	Menu6_6=new Array("Management Inquiries","form_management.html","images/box3.gif",0,19,170);
	Menu6_7=new Array("Volunteer Application","form_volunteer.html","images/box3.gif",0,19,170);



