/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';		// Background color when mouse is not over on subs
	var HighBgColor='#FFFFFF';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';		// Background color when mouse is over on subs
	var FontLowColor='#A1522D';			// Font color when mouse is not over
	var FontSubLowColor='#A1522D';		// Font color subs when mouse is not over
	var FontHighColor='#DEB886';		// Font color when mouse is over
	var FontSubHighColor='#DEB886';		// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#FFFFFF';		// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Arial"	// 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=.25;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;					// 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=2;				// 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=400;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='MainNav';			// 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=['',0,0,'',0,0,'',0,0];	// 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("rollover:./images/listings1.gif:./images/listings2.gif","./realtor-listings.html","",0,43,138);

Menu2=new Array("rollover:./images/buyer1.gif:./images/buyer2.gif","","",6,43,138);
	Menu2_1=new Array("rollover:./images/shop1.gif:./images/shop2.gif","./home-buyer.html","",0,27,128);	
	Menu2_2=new Array("rollover:./images/map1.gif:./images/map2.gif","javascript:newWindow('./home-buyer-map.html')","",0,24,128);	
	Menu2_3=new Array("rollover:./images/mls1.gif:./images/mls2.gif","javascript:newWindow('http://www.sfarmls.com/')","",0,24,128);
	Menu2_4=new Array("rollover:./images/calculator1.gif:./images/calculator2.gif","./home-buyer-calculator.html","",0,24,128);
	Menu2_5=new Array("rollover:./images/reports1.gif:./images/reports2.gif","./home-buyer-reports.html","",0,24,128);	
	Menu2_6=new Array("rollover:./images/homesNational1.gif:./images/homesNational2.gif","./home-buyer-national.html","",0,25,128);	

Menu3=new Array("rollover:./images/seller1.gif:./images/seller2.gif","./home-seller.html","",0,44,138);
	
Menu4=new Array("rollover:./images/resources1.gif:./images/resources2.gif","","",3,43,138);
	Menu4_1=new Array("rollover:./images/architecture1.gif:./images/architecture2.gif","./architecture/index.html","",0,24,128);
	Menu4_2=new Array("rollover:./images/school1.gif:./images/school2.gif","./real-estate-school-info.html","",0,24,128);
	Menu4_3=new Array("rollover:./images/links1.gif:./images/links2.gif","./real-estate-links.html","",0,25,128);

Menu5=new Array("rollover:./images/referrals1.gif:./images/referrals2.gif","./referrals.html","",0,43,138);

Menu6=new Array("rollover:./images/stories1.gif:./images/stories2.gif","./stories.html","",0,43,138);

Menu7=new Array("rollover:./images/about1.gif:./images/about2.gif","","",3,43,138);
	Menu7_1=new Array("rollover:./images/aboutAbbe1.gif:./images/aboutAbbe2.gif","./about.html","",0,27,128);
	Menu7_2=new Array("rollover:./images/mission1.gif:./images/mission2.gif","./mission.html","",0,24,128);
	Menu7_3=new Array("rollover:./images/herth1.gif:./images/herth2.gif","./herth-real-estate.html","",0,25,128);

Menu8=new Array("rollover:./images/contact1.gif:./images/contact2.gif","./contact.html","",0,43,138);
