_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="#000000";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
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);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.agentkit.com");
aI("text=Dummy Menu Item 2;url=http://www.agentkit.com");
aI("text=Sub Menus Allowed 3;showmenu=SubMenu");
}

// Menu under Find a Home
with(milonic=new menuname("FindAHome")){
style=menuStyle;
borderwidth=1;
left=0;
aI("text=Customized Home Search;url=/albuquerque_home_search/index.htm");
aI("text=MLS Home Search;url=/albuquerque_home_search/index.htm");
aI("text=New Construction Search;url=/albuquerque_home_search/index.htm");
}

// Menu Under Buying A Home
with(milonic=new menuname("Buying")){
style=menuStyle;
borderwidth=1;
left=187;
aI("text=Customized Home Search;url=/albuquerque_home_search/customized_home_search.asp");
aI("text=MLS Home Search;url=/albuquerque_home_search/index.htm");
aI("text=New Construction Search;url=/albuquerque_home_search/index.htm");
aI("text=What to expect when building;url=/albuquerque_home_buyer/what_to_expect.htm");
aI("text=Mortgage Calculator;url=/albuquerque_home_buyer/mortgage_calculator.htm");
aI("text=Home Buying Help;url=/albuquerque_home_buyer/home_buying_help.htm");
}

// Menu under Selling A Home
with(milonic=new menuname("Selling")){
style=menuStyle;
borderwidth=1;
left=374;
aI("text=Sellers Request form;url=/selling_a_home_albuquerque/sellers_request_form.htm");
aI("text=Questions to Ask when <BR>Inverviewing a Realtor;url=/selling_a_home_albuquerque/10-best-questions.html");
aI("text=Field Guide For Sellers;url=/selling_a_home_albuquerque/selling_guide.htm");
aI("text=Useful marketing Information<BR>for your home;url=/selling_a_home_albuquerque/home_marketing.htm");
}

// Menu under Area Information
with(milonic=new menuname("AreaInfo")){
style=menuStyle;
borderwidth=1;
left=562;
aI("text=Schools;url=/all_about_albuquerque/aps_schools.htm");
aI("text=Community Links;url=/all_about_albuquerque/links.htm");
aI("text=Weather;url=/all_about_albuquerque/weather.htm");
aI("text=History of New Mexico;url=/all_about_albuquerque/history_of_new_mexico.htm");
aI("text=La Concina;url=/all_about_albuquerque/la_concina.htm");
aI("text=Area Map;url=/all_about_albuquerque/area_map.htm");
aI("text=Utility Phone Numbers;url=/all_about_albuquerque/utility_phone_numbers.htm");
}

// End of Menu Array

drawMenus();
-->