<!-- 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.agentkit.com");
aI("text=Dummy Menu Item 2;url=http://www.agentkit.com");
aI("text=Sub Menus Allowed 3;showmenu=SubMenu");
}

// Menu Under About Rick
with(milonic=new menuname("about")){
style=menuStyle;
borderwidth=1;
left=16;
aI("text=Meet Rick;url=/about/meet-rick.htm");
aI("text=Contact Rick;url=/about/contact-rick.htm");
aI("text=Why List with Rick?;url=/about/why-list-with-rick.htm");
aI("text=Why Buy with Rick?;url=/about/why-buy-with-rick.htm");
aI("text=Unsolicited Testimonials;url=/about/testimonials.htm");
}

// Menu Under Buyers
with(milonic=new menuname("buyers")){
style=menuStyle;
borderwidth=1;
left=10;
aI("text=Why Buy With Rick?;url=/about/why-buy-with-rick.htm");
aI("text=Find a Home;url=/find-a-home/search.asp");
aI("text=Buyers Information;url=/home-buyers/buyer-information.htm");
aI("text=Mortgage Information;url=/home-buyers/mortgage-information.htm");
aI("text=Mortgage Calculator;url=/home-buyers/mortgage-calculator.htm");
aI("text=Real Estate Terms;url=/home-buyers/real-estate-terms.htm");
}

// Menu under Sellers
with(milonic=new menuname("sellers")){
style=menuStyle;
borderwidth=1;
left=10;
aI("text=Why Sell with Rick?;url=/about/why-list-with-rick.htm");
aI("text=Home Value Analysis;url=/home-sellers/listing-request.htm");
aI("text=Real Estate Terms;url=/home-sellers/real-estate-terms.htm");
}

// Menu under Find a Home
with(milonic=new menuname("FindAHome")){
style=menuStyle;
borderwidth=1;
left=5;
aI("text=Featured Properties;url=/find-a-home/featured-properties/index.htm");
aI("text=Home Search;url=/find-a-home/search.asp");
aI("text=Custom Home Search;url=/find-a-home/custom-search.htm");
}

// Menu under New Mexico
with(milonic=new menuname("OurArea")){
style=menuStyle;
borderwidth=1;
left=10;
aI("text=Local Links;url=/new-mexico/local_links.htm");
aI("text=About NM;url=/new-mexico/about_nm.htm");
aI("text=About Albuquerque;url=/new-mexico/albuquerque.htm");
aI("text=School Information;url=/new-mexico/schools.htm");
aI("text=Relocation Package;url=/new-mexico/relocation.htm");
}

// End of Menu Array

drawMenus();
-->