


_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="125";
onbgcolor="#003466";
oncolor="#FFFFDD";
offbgcolor="#003466";
offcolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize="0";
borderwidth="0";
bordercolor="#FFFFFF";
padding=5;
fontsize="11px";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
subimage="images/arrowmenu.gif";
subimagepadding="5";
overfilter="Alpha(opacity=100)";
outfilter="Fade(duration=0);"
keepalive=0;
screenposition="center";
}

with(milonic=new menuname("SubBuying")){
style=menuStyleSub1;
//openstyle="up";
left="offset=60";
top="offset=-10";
aI("url=search.cfm;text=Search Entire MLS;");
aI("url=saver.cfm;text=Create Your Own Search;");
aI("url=featured.cfm;text=Team Borys Listings;");
aI("url=mortgage-info.html;text=Mortgage Information;");
aI("url=mortgage.html;text=Mortgage Calculators;");
}

with(milonic=new menuname("SubSelling")){
style=menuStyleSub1;
//openstyle="up";
left="offset=60";
top="offset=-10";
aI("url=cma.cfm;text=What's My Home Worth?;");
aI("url=featured.cfm;text=Team Borys Listings;");
aI("url=recent.cfm;text=Recently Sold;"); 
aI("url=staging.html;text=Staging for Top Dollar;");
aI("url=moving.html;text=Team Borys Moving Guide;"); 

}

with(milonic=new menuname("SubCommunity")){
style=menuStyleSub1;
left="offset=75";
top="offset=-10";
//openstyle="up";
aI("url=community.html;text=Community Info;");
aI("url=schools.html;text=School Info;"); 
}

drawMenus();








