	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='red';			// Background color when mouse is over
	var HighSubBgColor='red';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='black';			// Border color
	var BorderSubColor='white';			// 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=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='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 .0 to 1
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent .0 to 1
	var StartTop=90;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate (was 101)
	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=500;			// delay before menu folds in (was 1000)
	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=['http://www.hometownhoa.com/images/tri.gif',5,10,'http://www.hometownhoa.com/images/tridown.gif',10,5,'http://www.hometownhoa.com/images/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("Home      |","http://www.hometownhoa.com/index.htm","",0,18,65);

Menu2=new Array("About Us     |","","",5,18,75);
	Menu2_1=new Array("About HomeTown","http://www.hometownhoa.com/about_us.htm","",0,18,127);
	Menu2_2=new Array("Contact Us","http://www.hometownhoa.com/contact_us.htm","",0,18,127);	
	Menu2_3=new Array("Location","http://www.hometownhoa.com/location.htm","",0,18,127);
	Menu2_4=new Array("Local Links","http://www.hometownhoa.com/local_links.htm","",0,18,127);
	Menu2_5=new Array("FAQ's","http://www.hometownhoa.com/faqs.htm","",0,18,127);
	
Menu3=new Array("Neighborhood News          |","","",2,18,147);
	Menu3_1=new Array("Neighborhood Watch","http://www.hometownhoa.com/activities_clubs/neighborhood_watch.htm","",0,18,147);
	Menu3_2=new Array("Picture Gallery","http://www.hometownhoa.com/picture_gallery/pictures.htm","",0,18,147);
	
Menu4=new Array("Resident Resources    |","","",4,18,127);
	Menu4_1=new Array("Resident Directory","http://www.hometownhoa.com/secure/directory/resident_directory.htm","",0,18,127);
	Menu4_2=new Array("HOA Contacts","http://www.hometownhoa.com/secure/community_contacts.htm","",0,18,127);
	Menu4_3=new Array("Community Calendar","http://www.hometownhoa.com/secure/event_calendar.htm","",0,18,127);
	Menu4_4=new Array("Activities / Clubs    >","","",3,18,127);
		Menu4_4_1=new Array("Babysitting Co-op","http://www.hometownhoa.com/activities_clubs/babysitting_coop/babysitting_coop.htm","",0,18,135);
		Menu4_4_2=new Array("Book Club","http://www.hometownhoa.com/activities_clubs/book_club.htm","",0,18,135);
		Menu4_4_3=new Array("Boy / Girl Scouts","http://www.hometownhoa.com/activities_clubs/scouting/scouts.htm","",0,18,135);

Menu5=new Array("Document Library    |","http://www.hometownhoa.com/documents.htm","",2,18,110);
	Menu5_1=new Array("Covenants / By-Laws","http://www.hometownhoa.com/documents.htm","",0,18,127);
	Menu5_2=new Array("HOA Meeting Minutes","http://www.hometownhoa.com/documents.htm","",0,18,127);
Menu6=new Array("Town Center Shoppes  |","http://www.hometownhoa.com/TownCenterShoppes.htm","",0,18,147);