


_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="#333333";
oncolor="#FFFFFF";
offbgcolor="#333333";
offcolor="#8092E5";
separatorcolor="#BDCACA";
separatorsize="0";
borderwidth="2";
bordercolor="#656565";
padding=5;
fontsize="13px";
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("SubBuying")){
style=menuStyleSub1;
left="offset=1";
top="offset=-1";
align="left";
aI("url=http://www.ihomefinder.com/mls/search.cfm?cid=5176;text=Search the MLS;");
aI("url=http://www.ihomefinder.com/mls/signup.cfm?cid=5176;text=Create Your Own Search;");
aI("url=http://www.mikejacoby.com/index.cfm;text=Featured Listings;");
//aI("url=http://www.mikejacoby.com/listings.cfm?listingIds=3;text=Vacant Land;");
aI("url=http://www.mikejacoby.com/buying.cfm;text=Buyer Tips;");
}

with(milonic=new menuname("SubSelling")){
style=menuStyleSub1;
left="offset=1";
top="offset=-1";
align="left";
aI("url=http://www.mikejacoby.com/index.cfm;text=Featured Listings;");
aI("url=http://www.mikejacoby.com/selling.cfm;text=Seller Tips");
aI("url=http://www.mikejacoby.com/cma.cfm;text=What's My Home Worth?;");
aI("url=http://www.mikejacoby.com/listings.cfm?listingIds=2;text=Sold Properties;");
}

with(milonic=new menuname("SubFinance")){
style=menuStyleSub1;
left="offset=1";
top="offset=-1";
align="left";
aI("url=http://www.mikejacoby.com/preQualify.cfm;text=Pre-Qualify;");
aI("url=http://www.mikejacoby.com/mortgage.cfm;text=Mortgage Calculators;");
aI("url=http://www.mikejacoby.com/mortgageinfo.cfm;text=Mortgage Information;"); 
}

with(milonic=new menuname("SubCommunity")){
style=menuStyleSub1;
left="offset=1";
top="offset=-1";
align="left"; 
}

with(milonic=new menuname("SubConstruction")){
style=menuStyleSub1;
left="offset=1";
top="offset=-1";
align="left";
aI("url=http://www.mikejacoby.com/customhome.cfm;text=Building a Custom Home;");
aI("url=http://www.mikejacoby.com/buildingpartners.cfm;text=Building Partners;");
aI("url=http://www.mikejacoby.com/newdev.cfm;text=New Developments;");
}

with(milonic=new menuname("SubAbout")){
style=menuStyleSub1;
left="offset=1";
top="offset=-1";
align="left";
aI("url=http://www.mikejacoby.com/about.cfm;text=About Mike;");
aI("url=http://www.mikejacoby.com/contact.cfm;text=Contact Mike;"); 
}
drawMenus();








