


_menuCloseDelay=300         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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()){
borderstyle="solid";
itemwidth="150";
itemheight="15"
onbgcolor="#8c8c8c";
oncolor="#20263c";
offbgcolor="#8c8c8c";
offcolor="#FFFFFF";
separatorcolor="#C1C1C1";
separatorsize="1";
borderwidth="1";
bordercolor="#C1C1C1";
padding=1;
fontsize="13px";
fontstyle="none";
onbold=1;
fontfamily="Gould Old Style";
subimage="none";
subimagepadding="0";
overfilter="Alpha(opacity=90);";
keepalive=0;
align="center";}


with(milonic=new menuname("listing")){
style=menuStyleSub1;
left="offset=15";
top="offset=-8";
aI("url=http://www.marcfleisher.com/;text= Active Listings;");
aI("url=http://www.marcfleisher.com/sold.cfm;text= Sold Listings ;");
aI("url=http://www.marcfleisher.com/newconstruction.cfm;text= New Construction ;");
aI("url=http://www.marcfleisher.com/open.cfm;text= Open Houses ;");
aI("url=http://www.marcfleisher.com/undercontract.cfm;text= Under Contract ;");
aI("url=http://www.marcfleisher.com/rentals.cfm;text= Rentals ;");
}

with(milonic=new menuname("team")){
style=menuStyleSub1;
left="offset=15";
top="offset=-8";
aI("url=http://www.marcfleisher.com/team.cfm;text= Marc's Team ;");
aI("url=http://www.marcfleisher.com/testimonials.cfm;text= Testimonials ;");
aI("url=http://www.marcfleisher.com/contact.cfm;text= Contact Marc ;");
}

with(milonic=new menuname("search")){
style=menuStyleSub1;
left="offset=32";
top="offset=-8";
aI("url=http://www.marcfleisher.idxre.com/idx/search.cfm?cid=11821&st=1&fe=1;text= Property Search ;");
aI("url=http://www.marcfleisher.idxre.com/idx/co/searchProfile.cfm?cid=11821&st=1&fe=1;text= Create Your Own Search;");
aI("url=http://www.marcfleisher.com/login.cfm ;text= Client Login ;");
}

with(milonic=new menuname("resource")){
style=menuStyleSub1;
left="offset=27";
top="offset=-8";
aI("url=http://www.marcfleisher.com/column.cfm;text= Marc's Column ;");
aI("url=http://www.marcfleisher.com/buyers.cfm;text= Buyer Tips ;");
aI("url=http://www.marcfleisher.com/sellers.cfm;text= Seller Tips ;");
aI("url=http://www.marcfleisher.com/mortgage.cfm;text= Mortgage Calculator ;");
aI("url=http://www.marcfleisher.com/cma.cfm;text= What's My Home Worth? ;");
aI("url=http://www.marcfleisher.com/community.cfm;text= Community Links ;");
aI("url=http://www.marcfleisher.com/vendors.cfm;text= Preferred Vendors   ;");
}
drawMenus();








