// 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","default.asp","",0,15,50);

Menu2=new Array("About Me","about.asp","",0,15,75);

Menu4=new Array("Search Listings","","",4,15,100);
	Menu4_1=new Array("All Listings","search.asp","",0,20,110);
	Menu4_2=new Array("Marked Favorites","favorites.asp?win=0","",0,20,110);
	Menu4_3=new Array("Search Profiles","profile/default.asp","",0,20,110);
	Menu4_4=new Array("Open Houses","openhouse.asp","",0,20,110);

Menu5=new Array("Service & Info","","",7,15,100);
	Menu5_1=new Array("Home Evaluation","evalrequest.asp","",0,20,115);
	Menu5_2=new Array("Relocations","relocations.asp","",0,20,115);
	Menu5_3=new Array("Tips","relocations.asp","",3,20,115);
		Menu5_3_1=new Array("Buying a Home","relocations.asp","",0,20,100);
		Menu5_3_2=new Array("Selling Your Home","relocations.asp","",0,20,100);
		Menu5_3_3=new Array("Moving Tips","relocations.asp","",0,20,100);
	Menu5_4=new Array("Mortgage Calculator","calculator.asp","",0,20,115);
	Menu5_5=new Array("News & Weather","","",0,20,115);
	Menu5_6=new Array("Feedback","feedback.asp","",0,20,115);
