	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#1C4F4F';			// Background color when mouse is not over
	var LowSubBgColor='#4F8585';			// Background color when mouse is not over on subs
	var HighBgColor='#418080';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='#D0E7D0';			// Font color when mouse is not over
	var FontSubLowColor='#E9F7E9';			// Font color subs when mouse is not over
	var FontHighColor='#d5fff2';			// Font color when mouse is over
	var FontSubHighColor='#386E9B';			// Font color subs when mouse is over
	var BorderColor='darkgray';			// Border color
	var BorderSubColor='darkgray';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="sans,arial,verdana,times"	// 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='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=167;				// 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=5;				// Left padding
	var TopPaddng=0;				// 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='';				// 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 highlighted
	var Arrws=['images/tri.gif',9,9,'images/tridown.gif',9,9,'images/trileft.gif',9,9];	// 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("Our Neighborhood","lhna_neighborhood.asp","",4,20,198);  
    Menu1_1=new Array("Lincoln Park","lhna_lincolnpark.asp","",2,20,160);
		Menu1_1_1=new Array("Park History","lhna_parkhistory.asp","",0,20,160);
		Menu1_1_2=new Array("Park Photo Gallery","gallery/","",0);
//	Menu1_2=new Array("Business Directory","x.htm","",0);
	Menu1_2=new Array("Community Resources","lhna_communityresources.asp","",0);
	Menu1_3=new Array("Neighborhood Brochure","pdf/lhna_brouchure.pdf","",0);
	Menu1_4=new Array("Neighborhood Map","pdf/lhna_NeighborhoodMap.pdf","",0);	

Menu2=new Array("News & Events","lhna_events.asp","",3);  
	Menu2_1=new Array("Calendar","pdf/lhna_calendar.pdf","",0,20,160);
	Menu2_2=new Array("Projects","lhna_projects.asp","",0);
	Menu2_3=new Array("Speical Dedication 2008","pdf/lhna_JamesTWalsh.pdf","",0);

Menu3=new Array("Home Improvement","lhna_homeimprove.asp","",4);  
	Menu3_1=new Array("House Improvement Photo Gallery","gallery/houses/","",0,30,160);
//	Menu3_2=new Array("Programs offered by others","x.htm","",0);
	Menu3_2=new Array("Properties for Sale","pdf/hhq_Shuart127Flyer.pdf","",0,20,160);		
	Menu3_3=new Array("Single Family Housing","pdf/lhna_SingleFamilyHousing.pdf","",0,20,160);	
	Menu3_4=new Array("Links to Other Realtors","lhna_realtors.asp","",0,20,160);	
	
  
//Menu4=new Array("Newsletter & Minutes","pdf/lhna_newsletter_march_2007.pdf","",0);
		
//Menu4=new Array("Get Involved","lhna_involved.asp","",0);  
	
Menu4=new Array("Join","lhna_join.asp","",2);  
	Menu4_1=new Array("Membership Form(Online)","lhna_Membership.htm","",0,20,160);
	Menu4_2=new Array("Membership Form(pdf)","pdf/lhna_MembershipForm.pdf","",0,20,160);
	
Menu5=new Array("Volunteer!","lhna_volunteer.asp","",0);  
	
Menu6=new Array("Important Phones","pdf/lhna_ImportantPhoneNumbers.pdf","",0);  

Menu7=new Array("About Us","lhna_aboutus.asp","",4);
	Menu7_1=new Array("Mission","lhna_mission.asp","",0,20,160);
	Menu7_2=new Array("History of LHNA","lhna_ourhistory.asp","",0);
//	Menu9_3=new Array("Board","pdf/lhna_ExecutiveDirectory.pdf","",0);
	Menu7_3=new Array("LHNA Constitution","pdf/lhna_Constitution.pdf","",0);
	Menu7_4=new Array("Contact Us","lhna_contactus.asp","",0);

Menu8=new Array("Forms & Links","lhna_forms.asp","",6);  
	Menu8_1=new Array("Membership Form(Online)","lhna_membership.htm","",0,20,180);
	Menu8_2=new Array("Membership Form(PDF)","pdf/lhna_MembershipForm.pdf","",0);
	Menu8_3=new Array("Complaint Form(Online)","lhna_complaint.htm","",0);
	Menu8_4=new Array("Complaint Form(PDF)","pdf/lhna_ComplaintForm.pdf","",0);
	Menu8_5=new Array("Zero Defects (Syracuse City)","http://www.zerodefectssyr.com/","",0);
	Menu8_6=new Array("Web Resources","lhna_resources.asp","",0);

