

	var NoOffFirstLineMenus=7;			
	var LowBgColor='white';			
	var LowSubBgColor='white';			
	var HighBgColor='#83342F';			
	var HighSubBgColor='#83342F';			
	var FontLowColor='#83342F';			
	var FontSubLowColor='#83342F';			
	var FontHighColor='white';			
	var FontSubHighColor='white';			
	var BorderColor='white';			
	var BorderSubColor='black';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;			
	var FontFamily="arial,comic sans ms,technical"	
	var FontSize=9;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.2;				
	var ChildVerticalOverlap=.2;			
	var StartTop=90;				
	var StartLeft=2;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=3;				
	var TopPaddng=2;				
	var FirstLineHorizontal=0;			
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	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","",0,20,138);

Menu2=new Array("News","news.htm","",0,20,138);

Menu3=new Array("Public Housing","housing.htm","",0,20,138);
	
Menu4=new Array("Departments","depts.htm","",6);
	Menu4_1=new Array("Admissions","tenant.htm","",0,20,150);
	Menu4_2=new Array("Executive","board.htm","",0,20,150);
	Menu4_3=new Array("Finance","finance.htm","",0);
	Menu4_4=new Array("Programs","programs.htm","",0);
	Menu4_5=new Array("Section 8","voucher.htm","",0);	
	Menu4_6=new Array("Technical Services","technical.htm","",0);

Menu5=new Array("Programs","programs.htm","",4);
	Menu5_1=new Array("Family Self-Sufficiency (FSS)","fss.htm","",0,20,220);
	Menu5_2=new Array("Resident Computer Centers","rcc.htm","",0);
	Menu5_3=new Array("Resident Councils","resco.htm","",0);
	Menu5_4=new Array("Services to Senior Citizens (SSC)","ssc.htm","",0);

Menu6=new Array("Links","links.htm","",0,20,138);



Menu7=new Array("About FCHA","javascript:top.location.href='about.htm'","",2);
	Menu7_1=new Array("Contact Us","contact.htm","",0,20,140);
	Menu7_2=new Array("History","history.htm","",0,20,140);
	