


_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=0              // Sub menu top offset
_subOffsetLeft=0           // 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()){
onbgcolor="#83A195";
oncolor="#38535A";
offbgcolor="#83A195";
offcolor="#ffffff";
padding=4;
fontsize="16px";
fontweight="bold";
fontfamily="goudy old style";
keepalive=0;
}

with(menuStyleSub2=new mm_style()){
itemwidth="137";
itemheight="10";
onbgcolor="#EEEBC8";
oncolor="#000000";
offbgcolor="#EEEBC8";
offcolor="#38535A";
separatorcolor="#EEEBC8";
separatorsize="2";
borderwidth="1";
bordercolor="#EEEBC8";
padding=0;
fontsize="11px";
fontweight="bold";
fontfamily="arial";
subimage="none";
subimagepadding="5";
overfilter="Alpha(opacity=90)";
outfilter="Fade(duration=0);"
keepalive=0;
}

with(milonic=new menuname("search")){
style=menuStyleSub2;
left="offset=20";
top="offset=-207";
align="left";
aI("url=http://www.erbteam.com/listing.cfm;text=ErbTeam Listings;");
aI("url=http://www.erbteam.idxre.com/idx/search.cfm?cid=9398&st=1&fe=1;text=Search for Homes;");
aI("url=http://www.erbteam.idxre.com/idx/co/searchProfile.cfm?cid=9398&st=2&fe=1;text=Create Your Own Search;");
aI("url=http://www.erbteam.com/mortgage.cfm;text=Get Mortgage Information;");
aI("url=http://www.erbteam.com/contactus.cfm;text=Contact us;");
}

with(menuStyleSub3=new mm_style()){
itemwidth="130";
itemheight="10";
onbgcolor="#EEEBC8";
oncolor="#000000";
offbgcolor="#EEEBC8";
offcolor="#38535A";
separatorcolor="#EEEBC8";
separatorsize="0";
borderwidth="0";
bordercolor="#EEEBC8";
padding=0;
fontsize="11px";
fontweight="bold";
fontfamily="arial";
subimage="none";
subimagepadding="5";
overfilter="Alpha(opacity=90)";
outfilter="Fade(duration=0);"
keepalive=0;
}

with(milonic=new menuname("SubSearch2")){
style=menuStyleSub3;
left="offset=35";
top="offset=-100";
align="left";
aI("url=http://www.erbteam.com/listing.cfm;text=ErbTeam Listings;");
aI("url=http://www.erbteam.idxre.com/idx/search.cfm?cid=9398&st=1&fe=1;text=Search for Homes;");
aI("url=http://www.erbteam.idxre.com/idx/co/searchProfile.cfm?cid=9398&st=2&fe=1;text=Create Your Own Search;");
aI("url=http://www.erbteam.com/mortgage.cfm;text=Get Mortgage Information;");
aI("url=http://www.erbteam.com/contactus.cfm;text=Contact us;");
}

drawMenus();









