

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#006699';			// Background color when mouse is not over
	var LowSubBgColor='#006699';			// Background color when mouse is not over on subs
	var HighBgColor='#66CCFF';			// Background color when mouse is over
	var HighSubBgColor='#66CCFF';			// 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='#006699';			// Font color when mouse is over
	var FontSubHighColor='#006699';			// Font color subs when mouse is over
	var BorderColor='#66CCFF';			// Border color
	var BorderSubColor='#66CCFF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// 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='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=87;				// Menu offset x coordinate
	var StartLeft=53;				// 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=500;			// 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=['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("Home","index.htm","",1,20,50);
	Menu1_1=new Array("How to use pulldown menus","giwebhelp1.shtml","",0,20,240);

Menu2=new Array("Housing Assistance","","",8,20,143);
	Menu2_1=new Array("*(click any item below or on popout menus)*","gimenuinfo.shtml","",0,20,290);
	Menu2_2=new Array("Rental Assistance (Section 8) Program","harentassist1.shtml","",8);
		Menu2_2_1=new Array("About our waiting list","haaboutwait1.shtml","",0,20,320);	
		Menu2_2_2=new Array("Emergency housing","haotherprog1a.shtml","",0);
		Menu2_2_3=new Array("Tenant-landlord concerns (general public)","haotherprog1c.shtml","",0);
		Menu2_2_4=new Array("Application information","harentassist2.shtml","",0);
		Menu2_2_5=new Array("Ombudsman (help for current housing clients)","harentassist4.shtml","",0);
		Menu2_2_6=new Array("Information for rental property owners/managers","dbhavehousing1.shtml","",0);
		Menu2_2_7=new Array("Q & A for current Section 8 participants","harentassist3.shtml","",0);
		Menu2_2_8=new Array("Other housing resources","haotherprog1.shtml","",0);	
	Menu2_3=new Array("Commission-owned apartments/houses","hacommowned1.shtml","",7);
		Menu2_3_1=new Array("About our waiting list","haaboutwait1.shtml","",0,20,300);	
		Menu2_3_2=new Array("Emergency housing","haotherprog1a.shtml","",0);
		Menu2_3_3=new Array("Tenant-landlord concerns (general public)","haotherprog1c.shtml","",0);
		Menu2_3_4=new Array("Application information","hacommowned2.shtml","",0);
		Menu2_3_5=new Array("History of public housing","hacoabouthousing1.shtml","",0);
		Menu2_3_6=new Array("Ombudsman (help for current housing clients)","harentassist4.shtml","",0);
		Menu2_3_7=new Array("Other housing resources","haotherprog1.shtml","",0);
	Menu2_4=new Array("About our waiting list","haaboutwait1.shtml","",5);
		Menu2_4_1=new Array("Emergency housing","haotherprog1a.shtml","",0,20,300);	
		Menu2_4_2=new Array("Tenant-landlord concerns (general public)","haotherprog1c.shtml","",0);
		Menu2_4_3=new Array("Rental assistance program","harentassist1.shtml","",0);
		Menu2_4_4=new Array("Public housing program","hacommowned1.shtml","",0);
		Menu2_4_5=new Array("Other programs and resources","haotherprog1.shtml","",0);
	Menu2_5=new Array("Family Self-Sufficiency Program","hagettinghelpgetting1.shtml","",2);
		Menu2_5_1=new Array("Business opportunities","hagettinghelpgetting2.shtml","",0,20,200);
		Menu2_5_2=new Array("More information","hagettinghelpgetting1.shtml#residentservices","",0);
	Menu2_6=new Array("First-time homebuyer loans/grants","hafirstimebuyer1.shtml","",3);
		Menu2_6_1=new Array("Eligible incomes","hafirstimebuyer1b.shtml","",0,20,200);	
		Menu2_6_2=new Array("Refinancing with MCCs","hafirstimebuyer1h.shtml","",0);
		Menu2_6_3=new Array("Information for lenders","dbmortgagelenders1.shtml","",0);
	Menu2_7=new Array("Help fixing up your home","hahelpfix1.shtml","",1);
		Menu2_7_1=new Array("Income limits","hahelpfix1.shtml#incomelimits","",0,20,200);	
		;
	Menu2_8=new Array("Other programs and resources","haotherprog1.shtml","",5);
		Menu2_8_1=new Array("Emergency housing","haotherprog1a.shtml","",0,20,290);	
		Menu2_8_2=new Array("Fair housing laws and support services","haotherprog1b.shtml","",0);
		Menu2_8_3=new Array("Tenant-landlord disputes and mediation resources","haotherprog1c.shtml","",0);
		Menu2_8_4=new Array("Resources for rental property owners/managers","haotherprog1d.shtml","",0);	
		Menu2_8_5=new Array("Additional housing programs and resources","haotherprog1e.shtml","",0);

Menu3=new Array("Doing Business With Us","","",5,20,158);
	Menu3_1=new Array("*(click any item below or on popout menus)*","gimenuinfo.shtml","",0,20,290);
	Menu3_2=new Array("Have housing to rent?","dbhavehousing1.shtml","",2);
		Menu3_2_1=new Array("Vacancy referral service","dbhavehousing1.shtml","",0,20,260);
		Menu3_2_2=new Array("<EM>Voucher Advantage</EM> newsletter for owners","dbhavehousing7.shtml","",0);		
	Menu3_3=new Array("Wanted: housing developers","dbwantdev1.shtml","",8);
		Menu3_3_1=new Array("Area median income table","pdfdocs/AreaMedianIncome.pdf","",0,20,260);	
		Menu3_3_2=new Array("HOME funds","dbwantdev2.shtml","",0);
		Menu3_3_3=new Array("Housing trust fund","dbwantdev3.shtml","",0);
		Menu3_3_4=new Array("CDBG funds","dbwantdev4.shtml","",0);
		Menu3_3_5=new Array("Multifamily bonds","dbwantdev5.shtml","",0);
		Menu3_3_6=new Array("NOFAs","giaboutus7.shtml","",0);
		Menu3_3_7=new Array("Predevelopment assistance","dbwantdev6.shtml","",0);
		Menu3_3_8=new Array("Links to other housing organizations","dbwantdev7.shtml","",0);
	Menu3_4=new Array("Contractors and vendors","dbcontract1.shtml","",0);
	Menu3_5=new Array("Mortgage Lenders","dbmortgagelenders1.shtml","",5);
		Menu3_5_1=new Array("MCC lender tips","FirstTime&MCC&SharedEquity/Mcctips.pdf","",0,20,300);
		Menu3_5_2=new Array("Census tract information","http://www.ffiec.gov/geocode/default.htm","",0);
		Menu3_5_3=new Array("MCC lender manual","FirstTime&MCC&SharedEquity/MCCOperatingManual.pdf","",0);
		Menu3_5_4=new Array("MCC quality commitment statement","FirstTime&MCC&SharedEquity/MCCQualityCommitment.pdf","",0);
		Menu3_5_5=new Array("Lender Participation Agreement","FirstTime&MCC&SharedEquity/LenderParticipationAgreement.pdf","",0);

Menu4=new Array("General Information","","",7,20,143);
	Menu4_1=new Array("*(click any item below or on popout menus)*","gimenuinfo.shtml","",0,20,290);
	Menu4_2=new Array("About us and our programs","giaboutus1.shtml","",0);
	Menu4_3=new Array("Affordable housing news","giaffordhousingnews1.shtml","",0);
	Menu4_4=new Array("Contact us","giaboutus4.shtml","",0);
	Menu4_5=new Array("Job opportunities","gijobopp1.shtml","",0);
	Menu4_6=new Array("Public meetings and reports","giaboutus3.shtml","",0);	
	Menu4_7=new Array("Website help/tips","giwebhelp1.shtml","",0);

	
