


	var xNoOffFirstLineMenus=1;			// Number of first level items
	var xLowBgColor='#660033';			// Background color when mouse is not over
	var xLowSubBgColor='#660033';			// Background color when mouse is not over on subs
	var xHighBgColor='#CC0066';			// Background color when mouse is over
	var xHighSubBgColor='#CC0066';			// Background color when mouse is over on subs
	var xFontLowColor='white';			// Font color when mouse is not over
	var xFontSubLowColor='white';			// Font color subs when mouse is not over
	var xFontHighColor='white';			// Font color when mouse is over
	var xFontSubHighColor='white';			// Font color subs when mouse is over
	var xBorderColor='white';			// Border color
	var xBorderSubColor='white';			// Border color for subs
	var xBorderWidth=1;				// Border width
	var xBorderBtwnElmnts=1;			// Border between elements 1 or 0
	var xFontFamily="verdana,arial,times"	// Font family menu items
	var xFontSize=8;				// Font size menu items
	var xFontBold=0;				// Bold menu items 1 or 0
	var xFontItalic=0;				// Italic menu items 1 or 0
	var xMenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var xMenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var xMenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var xChildOverlap=.2;				// horizontal overlap child/ parent
	var xChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var xStartTop=150;				// Menu offset x coordinate
	var xStartLeft=357;				// Menu offset y coordinate
	var xVerCorrect=0;				// Multiple frames y correction
	var xHorCorrect=0;				// Multiple frames x correction
	var xLeftPaddng=3;				// Left padding
	var xTopPaddng=2;				// Top padding
	var xFirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var xMenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var xDissapearDelay=500;			// delay before menu folds in
	var xTakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var xFirstLineFrame='navig';			// Frame where first level appears
	var xSecLineFrame='space';			// Frame where sub levels appear
	var xDocTargetFrame='space';			// Frame where target documents appear
	var xTargetLoc='';				// span id for relative positioning
	var xHideTop=0;				// Hide first level when loading new document 1 or 0
	var xMenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var xRightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var xUnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var xWebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var xShowArrow=1;				// Uses arrow gifs when 1
	var xKeepHilite=1;				// Keep selected path highlighted
	var xArrws=['trixdb.gif',5,10,'tridownxdb.gif',10,5,'trileftxdb.gif',5,10];	// Arrow source, width and height

function xBeforeStart(){return}
function xAfterBuild(){return}
function xBeforeFirstOpen(){return}
function xAfterCloseAll(){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"

xMenu1=new Array("Rental Owner Info - Main Menu","","",9,20,195);
	xMenu1_1=new Array("Back to Rental Owner Info - Main Page","dbhavehousing1a.shtml","",0,20,260);
	xMenu1_2=new Array("Vacancy listing","/VacancyListing/VacancyMainPage.asp","",0,20,260);
	xMenu1_3=new Array("Setting and increasing rents","dbhavehousing5.shtml","",0,20,260);
	xMenu1_4=new Array("Property inspection tips","dbhavehousing6.shtml","",0,20,260);
	xMenu1_5=new Array("Direct deposit","dbhavehousing2.shtml","",0,20,260);
	xMenu1_6=new Array("<EM>Voucher Advantage</EM> newsletter for owners","dbhavehousing7.shtml","",0);
	xMenu1_7=new Array("Landlord/tenant resources","haotherprog1d.shtml","",0,20,260);
	xMenu1_8=new Array("Ideas/suggestions","info@sdhc.org","",0);
	xMenu1_9=new Array("Tenant information","harentassist1.shtml","",0,20,260);
	




	
