<!-- Comment tag inserted for older browsers (I hope)


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


//Settings for the main menu
with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="/images/sub-arrows.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

//Settings for the sub-menues
with(SubStyle=new mm_style()){
onbgcolor="#23160F";
oncolor="#ffffff";
offbgcolor="#B07149";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
// subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Menu")){
style=menuStyle;
borderwidth=1;
top=70;
left=437;
aI("text=Dummy Menu Item 1;url=http://www.quickidx.com");
aI("text=Dummy Menu Item 2;url=http://www.quickidx.com");
aI("text=Sub Menus Allowed 3;showmenu=SubMenu");
}

// Menu Under La Puerta
with(milonic=new menuname("lapuerta")){
style=menuStyle;
borderwidth=1;
top=70;
left=437;
aI("text=The Placitas Experts;url=/la_puerta/experts.htm");
aI("text=Meet Our Agents;url=/agents/");
aI("text=Our History;url=/la_puerta/history.htm");
aI("text=In Our Building;url=/la_puerta/businesses.htm");
aI("text=Like Our Site?;url=/la_puerta/like_site.htm");
}

// Menu Under Placitas
with(milonic=new menuname("placitas")){
style=menuStyle;
borderwidth=1;
top=70;
left=518;
aI("text=The Placitas Lifestyle;url=/placitas/lifestyle.htm");
aI("text=Our Communities;url=/placitas/communities.htm");
aI("text=Local Businesses;url=/placitas/businesses.htm");
aI("text=Placitas Schools;url=/placitas/schools.htm");
aI("text=Maps of Placitas;url=/placitas/maps.htm");
aI("text=The Weather Here;url=/placitas/weather.htm");
aI("text=Utilities in Placitas;url=/placitas/utilities.htm");
aI("text=Moving to our area?;url=/placitas/moving/index.htm;showmenu=placitas_moving");
}

	// Sub Menu under Placitas >> Moving
	with(milonic=new menuname("placitas_moving")){
	style=SubStyle;
	borderwidth=1;
	aI("text=Get a Relocation Package;url=/placitas/moving/relocation.htm");
	aI("text=Relocation Links;url=/placitas/moving/links.htm");
	}

// Menu under BUYERS
with(milonic=new menuname("buying")){
style=menuStyle;
borderwidth=1;
top=70;
left=588;
aI("text=Home Search;url=/buyers/home_search/index.htm;showmenu=home_search");
aI("text=New Construction;url=/buyers/construction/index.htm;showmenu=new_construction");
aI("text=Vacant Land;url=/buyers/vacant_land/index.htm;showmenu=vacant_land");
aI("text=Why Buy with La Puerta?;url=/buyers/choose.htm");
aI("text=Reports for Buyers;url=/buyers/reports.htm");
}

	// Sub Menu under BUYERS >> HOME SEARCH
	with(milonic=new menuname("home_search")){
	style=SubStyle;
	borderwidth=1;
	aI("text=Our Featured Properties;url=/properties?search%5Bassociation_id%5D=3&search%5Bidx_id%5D=8&search%5Bmine%5D=1");
	aI("text=Find A Home;url=/properties/search_form");
	aI("text=Home Finder Service;url=/buyers/home_search/findhome.htm");
	aI("text=Mortgage Calculator;url=/mortgage.php");
	}

	// Sub Menu under BUYERS >> NEW CONSTRUCTION
	with(milonic=new menuname("new_construction")){
	style=SubStyle;
	borderwidth=1;
	aI("text=New Construction Guide;url=/buyers/construction/guide.htm");
	}

	// Sub Menu under BUYERS >> VACANT LAND
	with(milonic=new menuname("vacant_land")){
	style=SubStyle;
	borderwidth=1;
	aI("text=Our Featured Properties;url=/properties?search%5Bassociation_id%5D=3&search%5Bidx_id%5D=11&search%5Bmine%5D=1");
	}

// Menu under Sellers
with(milonic=new menuname("sellers")){
style=menuStyle;
borderwidth=1;
top=70;
left=550;
aI("text=List with La Puerta;url=/sellers/list.htm");
aI("text=What's your Home worth?;url=/sellers/cma.htm");
aI("text=Reports for Sellers;url=/sellers/reports.htm");
}
// End of Menu Array

drawMenus();
-->