
	var NoOffFirstLineMenus=7;						// Number of first level items			
	var LowBgColor='#fcc5be';						// Background color when mouse is not over			
	var LowSubBgColor='#fef3ef';				// Background color when mouse is not over on subs
	var HighBgColor='#3874b2';					// Background color when mouse is over			
	var HighSubBgColor='#3874b2';				// Background color when mouse is over on subs
	var FontLowColor='#3874b2';					// Font color when mouse is not over
	var FontSubLowColor='#3874b2';				// Font color subs when mouse is not over			
	var FontHighColor='#ffffff';				// Font color when mouse is over			
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over			
	var BorderColor='#ffffff';			// Border color			
	var BorderSubColor='#ffffff';			// Border color for subs			
	var BorderWidth=1;				// Border width				
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0			
	var FontFamily="Tahoma, Verdana, Helvetica, Arial, sans-serif"	// Font family menu items			
	var FontSize=10;				// Font size menu items				
	var FontBold=1;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'			
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static		
	var ChildOverlap=.1;				// horizontal overlap child/ parent				
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=125;						// Menu offset x coordinate				
	var StartLeft=8;				// Menu offset y coordinate				
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// 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=300;			// 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=0;				// Keep selected path highligthed				
	var Arrws=['/files/409806/tri.jpg',5,10,'/files/409806/tridown.jpg',10,5,'/files/409806/trileft.jpg',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("Property","/","",2,30,80); // 
	Menu1_1=new Array("My Listings","/cgi-bin/listredir", "", 0,20,170);
	Menu1_2=new Array("Featured Properties","/cgi-bin/featuredprop", "", 0,20,170);
Menu2=new Array("Meet Cheryl","/","",2,30,108); //
	Menu2_1=new Array("Media Coverage","/content/article.html?id=1466960", "", 0,20,170);
	Menu2_2=new Array("About Me","/content/article.html?id=1433349", "", 0,20,170);
Menu3=new Array("Getting Started","","",5,30,125); //
	Menu3_1=new Array("Services to Buyers","/content/article.html?id=1433845", "", 0,20,170);
	Menu3_2=new Array("Buyers Consultation","/content/article.html?id=1463345", "", 0,20,170);
	Menu3_3=new Array("Are You Ready?","/content/article.html?id=1467061", "", 0,20,170);
	Menu3_4=new Array("Services to Sellers","/content/article.html?id=1433846", "", 0,20,170);
	Menu3_5=new Array("Contact Me","/content/article.html?id=1436254", "", 0,20,170);
Menu4=new Array("Testimonials", "", "",2,30,105); // 
	Menu4_1=new Array("Testimonials","/content/article.html?id=1433847", "", 0,20,170);
	Menu4_2=new Array("Past Customers","/content/article.html?id=1433352", "", 0,20,170);
Menu5=new Array("Christian Resources","","",1,30,160); // 
	Menu5_1=new Array("WorshipSupplies.com","http://www.worshipsupplies.com", "", 0,20,200);
Menu6=new Array("Questions?","","",2,30,97); // 
    Menu6_1=new Array("Contact Me","/content/article.html?id=1436254", "", 0,20,170);
	Menu6_2=new Array("Buyers Consultation","/content/article.html?id=1463345", "", 0,20,170);
Menu7=new Array("Financing Info","","",3,30,115); // 
    Menu7_1=new Array("Commercial Financing","/content/article.html/1431653", "", 0,20,170);
	Menu7_2=new Array("Church Bonds","/content/article.html/1431751", "", 0,20,170);
	Menu7_3=new Array("Residential Financing","/content/article.html/1441645", "", 0,20,170);
// JavaScript Document