


_menuCloseDelay=0         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // 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



with(menuStyle=new mm_style()){
}

with(menuStyleSub1=new mm_style()){
itemwidth="";
onbgcolor="#000000";
oncolor="#666666";
offbgcolor="#000000";
offcolor="#CCCCCC";
//separatorcolor="#FFFFFF";
//separatorsize="1";
//borderwidth="1";
//bordercolor="#FFFFFF";
padding=5;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
subimage="images/arrowmenu.gif";
subimagepadding="5";
overfilter="Alpha(opacity=100)";
outfilter="Fade(duration=0);"
keepalive=0;
}

with(milonic=new menuname("SubSearch")){
orientation="horizontal";
style=menuStyleSub1;
left="offset=0";
top="offset=0";
aI("image=images/nav_search_sub.jpg;");
aI("url=homesearch.cfm;target=_blank;text=Search for Homes;");
aI("url=saver.cfm;text=Create your own Search;");
aI("url=featured.cfm;text=Our Featured Homes;");
aI("url=recent.cfm;text=Recently Sold;");
}

with(milonic=new menuname("SubAbout")){
orientation="horizontal";
style=menuStyleSub1;
left="offset=0";
top="offset=0";
aI("image=images/nav_search_sub.jpg;");
aI("url=about-sue.html;text=About Sue;");
aI("url=about-jim.html;text=About Jim;");
aI("url=about.html;text=About Us;");
}

with(milonic=new menuname("SubBuying")){
orientation="horizontal";
style=menuStyleSub1;
left="offset=0";
top="offset=0";
aI("image=images/nav_buyer_sub.jpg;");
aI("url=buyer.cfm;text=Buyer Tips;");
aI("url=mortgage.cfm;text=Mortgage Calculators;");
}

with(milonic=new menuname("SubSelling")){
orientation="horizontal";
style=menuStyleSub1;
left="offset=0";
top="offset=0";
aI("image=images/nav_seller_sub.jpg;");
aI("url=seller.cfm;text=Seller Tips;"); 
aI("url=cma.cfm;text=Home Value;");
}

drawMenus();









