// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="http://www.alexcolerealestate.com/";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";

	var PopMenuShadow="";
	
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}
	

// PopMenu1=new Array(NoOfFirstLineElements,Left,Top,"FontColor","BgColor","FontHighColor","HighBgColor", 
// "BorderColor","FontFamily",Bold,Italic,FontSize,FirstLineHorizontal,PermanentVisible,BorderWidth, 
// "TextAlign",HorizontalOverlap,VerticalOverlap,UnfoldDelay,UnfoldRightToLeft,"RelativeToLayer",BorderBetweenElements, 
// "MenuHorizontalAlign","MenuVerticalAlign","ArrowRightSrc",ArrowRightWidth,ArrowRightHeight,"ArrowDownSrc",ArrowDownWidth, 
// ArrowDownHeight,"ArrowLeftSrc",ArrowLeftWidth,ArrowLeftHeight,TopPadding,LeftPadding,UnfoldOnClick);  

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

PopMenu1=new Array(6,0,170,"D14336","D14336","white","000000","","arial",0,0,14,1,1,0,"left",0,0,400,0,"posone",0,"left","top",BaseHref+"",0,0,BaseHref+"",0,0,BaseHref+"",0,0,5,17,0);
	PopMenu1_1=new Array("Welcome","index.htm","",0,27,90,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("About Us","","",2,27,91,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_1=new Array("Associates","index.htm","",0,25,109,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Testimonials","index.htm","",0,25,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Find Homes","","",3,27,109,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_1=new Array("Search MLS","index.htm","",0,25,134,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Featured Homes","index.htm","",0,25,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_3=new Array("Featured Lot","index.htm","",0,25,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4=new Array("Buyers","","",4,27,80,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_1=new Array("Mortgage Calculator","index.htm","",0,25,158,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_2=new Array("Community","index.htm","",0,25,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_3=new Array("Schools","index.htm","",0,25,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_4=new Array("Search MLS","index.htm","",0,25,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("Sellers","","",2,27,80,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_1=new Array("Free In-Home Market Analysis","index.htm","",0,25,217,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_2=new Array("Community","index.htm","",0,25,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("Contact Us","index.htm","",0,27,105,"","","","","","",-1,-1,-1,"","");
