


_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()){
onbgcolor="#477D97";
oncolor="#FFFFFF";
offbgcolor="#477D97";
offcolor="#b9d7df";
separatorcolor="#000";
separatorsize="0";
borderwidth="1";
bordercolor="#395262";
padding=5;
fontsize="16px";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
subimagepadding="5";
overfilter="Alpha(opacity=100)";
outfilter="Fade(duration=0);"
keepalive=0;
}

with(milonic=new menuname("SubHome")){
style=menuStyleSub1;
left="offset=8";
top="offset=-1";
align="left";
aI("url=search.cfm;text=Search for Properties;");
aI("url=quicksearch.cfm;text=Quick Search;");
aI("url=signup.cfm;text=Create Your Own Search;");
aI("url=listings.cfm;text=Featured Properties;");
aI("url=listings.cfm?listingIds=2;text=Recently Sold Properties;");
aI("url=openhouse.cfm;text=Open Houses;");
}

with(milonic=new menuname("SubBuying")){
style=menuStyleSub1;
left="offset=26";
top="offset=-1";
align="left";
aI("url=buying.cfm;text=Buying a Home;");
aI("url=mortgage.cfm;text=Mortgage Information;");
aI("url=glossaryindex.cfm;text=Real Estate Terms;");
aI("url=community.cfm;text=Community Information;");
aI("url=school.cfm;text=Schools;");
aI("url=relocation.cfm;text=Relocation Services;");
aI("url=news.cfm;text=Real Estate News;");
aI("url=rates.cfm;text=Today's Rates;");
}

with(milonic=new menuname("SubSelling")){
style=menuStyleSub1;
left="offset=19";
top="offset=-1";
align="left";
aI("url=selling.cfm;text=Selling My Home;");
aI("url=show.cfm;text=Get Ready to Show;");
aI("url=offer.cfm;text=The Offer;");
aI("url=glossaryindex.cfm;text=Real Estate Terms;"); 
}

with(milonic=new menuname("Aboutus")){
style=menuStyleSub1;
left="offset=19";
top="offset=-1";
align="left"; 
aI("url=jennyolson.cfm;text=Jenny Olson & Assoc.;");
aI("url=JennyOlsonResume.cfm;text=Jenny Olson;");
aI("url=about.cfm;text=Team Members;");
}
drawMenus();