/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	Leta Brandon  	*/		

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='Black';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#B40101';			// Background color when mouse is over
	var HighSubBgColor='#B40101';			// Background color when mouse is over on subs
	var FontLowColor='White';			// Font color when mouse is not over
	var FontSubLowColor='Black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#C0C0C0';			      // Border color
	var BorderSubColor='#C0C0C0';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='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' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=2;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='rbottom';			// Frame where first level appears
	var SecLineFrame='rbottom';			// Frame where sub levels appear
	var DocTargetFrame='rbottom';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("","javascript:top.location.href='http://www.kekichteam.com'","kekich_btn_team2.gif",2,31,110);
            Menu1_1=new Array("Kekich Team Members","","",5,20,150);
           
			Menu1_1_1=new Array("Leta Kekich","","",4,20,150);
			    Menu1_1_1_1=new Array("","","letaBIZsuit151.gif",0,120,150);
			    Menu1_1_1_2=new Array("248-735-9156","","",0,20,150);
				Menu1_1_1_3=new Array("Email","mailto:mail@letakekich.com","",0,20,150);
                Menu1_1_1_4=new Array("Background","leta_bio.htm","",0,20,150);
			Menu1_1_2=new Array("Brandon Kekich","","",4,20,150);
			    Menu1_1_2_1=new Array("","","brandon151.gif",0,120,150);
				Menu1_1_2_2=new Array("248-735-9157","","",0,20,150);
				Menu1_1_2_3=new Array("Email","brandonkekich@aol.com","",0,20,150);
				Menu1_1_2_4=new Array("Background","brandon_bio.htm","",0,20,150);	
            Menu1_1_3=new Array("Patty Malouf ","","",4,20,150);
			    Menu1_1_3_1=new Array("","","patty151.gif",0,120,150);
			    Menu1_1_3_2=new Array("248-735-9158","","",0,20,150);
				Menu1_1_3_3=new Array("Email","mailto:pamalouf@aol.com","",0,20,150);
				Menu1_1_3_4=new Array("Background","patty_bio.htm","",0,20,150);
			Menu1_1_4=new Array("Webmasters","mailto:tomdean@airsho.com","",2,20,150);
	            Menu1_1_4_1=new Array("Tom Dean","mailto:tomdean@airsho.com","",0,20,150);
                Menu1_1_4_2=new Array("Melissa Taetsch","melissa@airsho.com","",0,20,150);

            Menu1_1_5=new Array("Keller Williams Realtors","","",1,20,200);
	   
		        Menu1_1_5_1=new Array("A selling team of 100+ agents in our Northville office!","http://www.kw.com/kw/","",0,35,150);
				
           
          

      Menu1_2=new Array("Why The Kekich team?","","",1,20,175);
            Menu1_2_1=new Array("We're REALTORS!","","",5,20,200);                
                 Menu1_2_1_1=new Array("Why you should use a REALTOR","http://www.airsho.com/airsho_cfmfiles/realtor/whyusearealtor.cfm?agentID=1018","",0,20,200);
                 Menu1_2_1_2=new Array("What a REALTOR can do for you","http://www.airsho.com/airsho_cfmfiles/realtor/whatrealtorsdo.cfm?agentID=1018","",0,20,200);
                 Menu1_2_1_3=new Array("Who is working for you?","http://www.airsho.com/agency_relationships.htm","",0,20,200);
                 
				 Menu1_2_1_4=new Array("Recent sales","http://www.airsho.com/airsho_cfmfiles/public/agent_solds.cfm?ID=1018","",0);
				 Menu1_2_1_5=new Array("History of sales","","",0);
				 
		              



Menu2=new Array("","","kekich_btn_office2.gif",2);
     Menu2_1=new Array("- Keller Williams Realty - 22260 Haggerty Rd. Ste 250 Northville, MI 48167","","",0,45,150); 
     Menu2_2=new Array("Map to our office","javascript:top.location.href='http://www.mapquest.com/cgi-bin/ia_free?width=400&height=280&icontitles=yes&style=2&level=7&streetaddress=22260+Haggerty+Road&city=northville&state=MI&zip=48167'","",0,20,150);
   
    
	 
	

    

   



Menu3=new Array("","","kekich_btn_IDX2.gif",3);
	Menu3_1=new Array("","http://www.airsho.com/airsho_cfmfiles/public/agent_listings.cfm?ID=1018","featuredHOMES150.gif",0,100,200);
      
	Menu3_2=new Array("ALL MLS Listings (IDX)","leta_listings.htm","",0,20);
      Menu3_3=new Array("Web administration","javascript:top.location.href='http://www.airsho.com/admin'","",0,20);




Menu4=new Array("","","kekich_btn_news2.gif",12);
	Menu4_1=new Array("","http://www.airsho.com/airsho_cfmfiles/newsletter/newsletter.cfm?agentid=1018","realtyNEWS150.gif",0,100,200);
    Menu4_2=new Array("Neighborhood newsletters","","",1,20);
	   Menu4_2_1=new Array("Country Club Village","javascript:top.location.href='http://www.countryclubvillagecondos.com/'","",0,20,150);
    Menu4_3=new Array("SE Michigan Counties News","http://www.airsho.com/airsho_cfmfiles/newsletter/newsletter.cfm?agentid=1018","",0,20);
    Menu4_4=new Array("Sign up for news alerts","http://www.airsho.com/airsho_cfmfiles/realtor/news_alert_request.cfm?agentID=1018","",0,20);
	Menu4_5=new Array("What's your home worth?","http://www.airsho.com/airsho_cfmfiles/public/CMA_request.cfm?agentID=1018","",0,20);
	Menu4_6=new Array("Personalized link to MLS","http://www.airsho.com/airsho_cfmfiles/public/MLS_Link_request.cfm?agentID=1018","",0,20);
      Menu4_7=new Array("Definitions, Terms, Q&A","http://www.airsho.com/airsho_cfmfiles/newsletter/terms.cfm?agentID=1018","",0,20);
      Menu4_8=new Array("Relocation Package?","http://www.airsho.com/airsho_cfmfiles/public/relocation_package.cfm?agentID=1018","",0,20);
      Menu4_9=new Array("Financing $olutions","http://www.airsho.com/smart_calcs.htm","",0,20);
      Menu4_10=new Array("Who's working for you?","http://www.airsho.com/agency_relationships.htm","",0,20);
      Menu4_11=new Array("Relocation Info","http://www.airsho.com/airsho_cfmfiles/public/relocation_package.cfm?agentID=1018","",0,20);
	  Menu4_12=new Array("For sale by owner?","http://www.airsho.com/airsho_cfmfiles/realtor/fsboORrealtor.cfm?agentID=1018","",0,20);
      
	  
	
	

	
Menu5=new Array("","","kekich_btn_photos2.gif",7);
	Menu5_1=new Array("","http://www.airsho.com/airsho_cfmfiles/public/agent_tour.cfm?id=1018","AirShoPhotoANDmore.gif",0,95,199);
	Menu5_2=new Array("Slide Shows, Virtual Tours","http://www.airsho.com/airsho_cfmfiles/public/agent_tour.cfm?id=1018","",0,20);
      Menu5_3=new Array("Cities, Counties We Cover","","",10,20);
	    Menu5_3_1=new Array("Wayne and Oakland PLUS","","",0,20,150);
		Menu5_3_2=new Array("Genesee County","http://www.airsho.com/genessee_cities_main.htm","",0);
		Menu5_3_3=new Array("Lapeer County","http://www.airsho.com/lapeer_cities_main.htm","",0);
		Menu5_3_4=new Array("Livingston County","http://www.airsho.com/livingston_cities_main.htm","",0);
        Menu5_3_5=new Array("Oakland County","http://www.airsho.com/oakland_cities_main.htm","",0);
		Menu5_3_6=new Array("Macomb County","http://www.airsho.com/macomb_cities_main.htm","",0);
		Menu5_3_7=new Array("St. Clair County","http://www.airsho.com/stclair_cities_main.htm","",0);
        Menu5_3_8=new Array("Washtenaw County","http://www.airsho.com/washtenaw_cities_main.htm","",0);
		Menu5_3_9=new Array("Wayne County","http://www.airsho.com/wayneco_cities_main.htm","",0);
        Menu5_3_10=new Array("S. Wayne County","http://www.airsho.com/south_wayneco_cities_main.htm","",0);
        Menu5_4=new Array("Neighborhoods We Cover","","",1,20);
	       Menu5_4_1=new Array("Country Club Village","javascript:top.location.href='http://www.countryclubvillagecondos.com/'","",0,20,150);	       
	  Menu5_5=new Array("Local Links","leta_links.htm","",0,20);
      Menu5_6=new Array("Flightseeing","http://www.airsho.com/multimedia_promo.htm","",0,20);
      Menu5_7=new Array("Schools, Class Size","http://list.realestate.yahoo.com/re/schools/search.html?sa=&c=&s=&z=48167","",0,20);  

	  



     
 

