


_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="#000000";
oncolor="#FFFFFF";
offbgcolor="#FF9900";
offcolor="#000000";
separatorcolor="#FFFFFF";
separatorsize="0";
borderwidth="0";
bordercolor="#FFFFFF";
padding=5;
fontsize="11px";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
subimage="http://www.bobreidell.com/images/arrowmenu.gif";
subimagepadding="5";
//overfilter="Slide(Direction=-90)";
//outfilter="Slide(duration=1);"
keepalive=0;
}

with(milonic=new menuname("SubSearch")){
style=menuStyleSub1;
left="offset=0";
top="offset=-1";
aI("url=http://www.bobreidell.idxre.com/idx/search.cfm?cid=4914;image=http://www.bobreidell.com/images/subnav-search-off.jpg;overimage=http://www.bobreidell.com/images/subnav-search-on.jpg;");
aI("url=http://www.bobreidell.idxre.com/idx/co/login.cfm?cid=4914&st=4&fe=1;image=http://www.bobreidell.com/images/subnav-saver-off.jpg;overimage=http://www.bobreidell.com/images/subnav-saver-on.jpg;");
aI("url=http://www.bobreidell.com/index.cfm;image=http://www.bobreidell.com/images/subnav-featured-off.jpg;overimage=http://www.bobreidell.com/images/subnav-featured-on.jpg;");
//aI("url=renowned.cfm;image=http://www.bobreidell.com/images/subnav-renowned-off.jpg;overimage=http://www.bobreidell.com/images/subnav-renowned-on.jpg;");
aI("url=http://www.bobreidell.com/recent.cfm;image=http://www.bobreidell.com/images/subnav-recent-off.jpg;overimage=http://www.bobreidell.com/images/subnav-recent-on.jpg;");
aI("image=http://www.bobreidell.com/images/subnav-search-spacer.jpg");
}

with(milonic=new menuname("SubBuying")){
style=menuStyleSub1;
left="offset=0";
top="offset=-1";
aI("url=http://www.bobreidell.com/buyer.html;image=http://www.bobreidell.com/images/subnav-buyer-off.jpg;overimage=http://www.bobreidell.com/images/subnav-buyer-on.jpg;");
aI("url=http://www.bobreidell.com/mortgage.html;image=http://www.bobreidell.com/images/subnav-mortgage-off.jpg;overimage=http://www.bobreidell.com/images/subnav-mortgage-on.jpg;");
aI("url=http://www.bobreidell.com/community.html;image=http://www.bobreidell.com/images/subnav-community-off.jpg;overimage=http://www.bobreidell.com/images/subnav-community-on.jpg;");
aI("url=http://www.bobreidell.com/neighborhoods.html;image=http://www.bobreidell.com/images/subnav-neighborhoods-off.jpg;overimage=http://www.bobreidell.com/images/subnav-neighborhoods-on.jpg;");
aI("url=http://www.bobreidell.com/relocation.cfm;image=http://www.bobreidell.com/images/subnav-relocation-off.jpg;overimage=http://www.bobreidell.com/images/subnav-relocation-on.jpg;");
aI("image=http://www.bobreidell.com/images/subnav-buying-spacer.jpg");
}

with(milonic=new menuname("SubSelling")){
style=menuStyleSub1;
left="offset=0";
top="offset=-1";
aI("url=http://www.bobreidell.com/seller.html;image=http://www.bobreidell.com/images/subnav-selling-off.jpg;overimage=http://www.bobreidell.com/images/subnav-selling-on.jpg;");
aI("url=http://www.bobreidell.com/cma.cfm;image=http://www.bobreidell.com/images/subnav-cma-off.jpg;overimage=http://www.bobreidell.com/images/subnav-cma-on.jpg;");
aI("url=http://www.bobreidell.com/community.html;image=http://www.bobreidell.com/images/subnav-community-off.jpg;overimage=http://www.bobreidell.com/images/subnav-community-on.jpg;");
aI("url=http://www.bobreidell.com/neighborhoods.html;image=http://www.bobreidell.com/images/subnav-neighborhoods-off.jpg;overimage=http://www.bobreidell.com/images/subnav-neighborhoods-on.jpg;");
aI("image=http://www.bobreidell.com/images/subnav-buying-spacer.jpg");
}

with(milonic=new menuname("SubTiger")){
style=menuStyleSub1;
left="offset=0";
top="offset=-1";
aI("url=tiger.cfm;text=Red-Tiger's Tips;"); 
aI("url=about.cfm;text=Who is Red-Tiger;");
aI("url=contact.cfm;text=Contact Todd;"); 
}

drawMenus();








