//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#FFCC66';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=2;
	var FontFamily="verdana,arial,helvetica"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='bottom';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=5;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=0;
	var FirstLineFrame='topframe';
	var SecLineFrame='mainframe';
	var DocTargetFrame='mainframe';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","../index.htm",0,20,90);

Menu2=new Array("About Us","",3);
	Menu2_1=new Array("Meet the Team","",5,20,130);
		Menu2_1_1=new Array("Bill","../aboutus/bill/index.htm",0,20,115);
		Menu2_1_2=new Array("Terry","../aboutus/terry/index.htm",0);
		Menu2_1_3=new Array("Marie","../aboutus/channelle/index.htm",0);
		Menu2_1_4=new Array("Elida","../aboutus/elida/index.htm",0);
		Menu2_1_5=new Array("Carlos","../aboutus/carlos/index.htm",0);
	Menu2_2=new Array("Testimonials","../aboutus/testimonials/index.htm",0);
	Menu2_3=new Array("Awards/Designations","../aboutus/awards/index.htm",0);

Menu3=new Array("Real Estate","",5);
	Menu3_1=new Array("Listings","../realestate/buyers/resalehomes/index.htm",0,20,115);
	Menu3_2=new Array("Buyers","../realestate/buyers/info/index.htm",5,20,115);
		Menu3_2_1=new Array("Information","../realestate/buyers/info/index.htm",0,20,115);
		Menu3_2_2=new Array("New Homes","../realestate/buyers/newhomes/index.htm",0);
		Menu3_2_3=new Array("Resale Homes","../realestate/buyers/resalehomes/index.htm",0);
		Menu3_2_4=new Array("HUD Repos","../realestate/buyers/hudrepos/index.htm",0);
		Menu3_2_5=new Array("VA Repos","../realestate/buyers/varepos/index.htm",0);
	Menu3_3=new Array("Sellers","../realestate/sellers/info/index.htm",2);
		Menu3_3_1=new Array("Information","../realestate/sellers/info/index.htm",0,20,125);
		Menu3_3_2=new Array("Featured Properties","../realestate/buyers/resalehomes/index.htm",0);
	Menu3_4=new Array("Loan Center","../loancenter/index.htm",3);
		Menu3_4_1=new Array("Information","../loancenter/index.htm",0,20,115);
		Menu3_4_2=new Array("Calculator","../loancenter/calculator/index.htm",0);
		Menu3_4_3=new Array("Application","../loancenter/index.htm",0);
	Menu3_5=new Array("Relocation","../realestate/relocation/index.htm",0);
	

Menu4=new Array("Free Reports","../realestate/freereports/index.htm",0,20,115);

Menu5=new Array("Community","",3);
	Menu5_1=new Array("Information","../community/index.htm",0,20,115);
	Menu5_2=new Array("Las Vegas Facts","../community/lasvegasfacts.htm",0);
	Menu5_3=new Array("Resources","../community/resources.htm",0);

Menu6=new Array("Contact","../contact/index.htm",0,20,115);