


_menuCloseDelay=10         // 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()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#0F2B8E";
offcolor="#FFFFFF";
padding=4;
fontsize="14px";
align="center";
fontfamily="TW Cent, Arial, Helvetica, sans-serif";
fontweight="bold";
overfilter="Alpha(opacity=100)";
outfilter="Fade(duration=0);"
}

with(menuStyleSub=new mm_style()){
itemwidth=172;
onbgcolor = "#eeeeee"; 
oncolor = "#000000"; 
offbgcolor = "#999999"; 
offcolor = "#ffffff"; 
bordercolor = "#999999"; 
borderstyle = "solid"; 
separatorcolor = "#666666"; 
separatorpadding=1; 
separatorsize=1; 
separatorwidth="85%"; 
separatoralign="center"; 
padding = 5; 
borderwidth = 0;
onborder="1px solid #999999"; 
fontsize="12px";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
overfilter="GradientWipe(WipeStyle=1,motion='forward',duration=0.4);Alpha(opacity=100);"
outfilter="Fade(duration=0);"
}

with(menuStyleSub1=new mm_style()){
onbgcolor = "#eeeeee"; 
oncolor = "#000000"; 
offbgcolor = "#ffffff"; 
offcolor = "#000000"; 
bordercolor = "#F5F5F5"; 
borderstyle = "solid"; 
separatorcolor = "#999999"; 
separatorpadding=1; 
separatorwidth="85%"; 
separatoralign="right"; 
padding = 5; 
borderwidth = 3;
onborder="1px solid #999999"; 
fontsize="12px";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
overfilter="GradientWipe(WipeStyle=1,motion='forward',duration=0.4);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=3)";
outfilter="Fade(duration=0);"
}

with(menuStyleSub2=new mm_style()){
}

with(milonic=new menuname("SubBuyers")){
style=menuStyleSub1;
itemwidth="150";
left="offset=0";
top="offset=0";
keepalive=0;
aI("url=http://www.prellorealty.idxre.com/idx/search.cfm?cid=12098&st=1&fe=1;text=Home Search;");
aI("url=http://www.prellorealty.idxre.com/idx/featured.cfm?cid=12098&st=6&fe=1;text=View Our Listings;");
//aI("url=http://www.prellorealty.com/featured;text=Featured Listings;");
aI("url=http://www.prellorealty.com/buyers_50percent;text=Buyer Rebate Program;");
aI("url=http://www.prellorealty.com/buyers_prequalified;text=Get Pre-Approved;");
aI("url=http://www.prellorealty.com/buyers;text=Tools & Tips;");
}

with(milonic=new menuname("SubSellers")){
style=menuStyleSub1;
itemwidth="150";
left="offset=0";
top="offset=0";
keepalive=0;
aI("url=http://www.prellorealty.com/cma;text=What's My Home Worth?;");
aI("url=http://www.prellorealty.com/sellers_flat_fee_program;text=Flat Fee MLS;");
aI("url=http://www.prellorealty.com/sellers_full_service;text=3.9% Full Service;");
aI("url=http://www.prellorealty.com/sellers_forms;text=Forms & Contracts;");
aI("url=http://www.prellorealty.com/sellers;text=Tools & Tips;");
//aI("url=register;text=Create a Brochure;");
//aI("url=login;text=Client Login;");
}

with(milonic=new menuname("SubTools")){
style=menuStyleSub1;
itemwidth="150";
left="offset=0";
top="offset=0";
aI("url=http://www.prellorealty.com/mortgage_calculators;text=Mortgage Calculator;");
aI("url=http://www.prellorealty.com/mortgage_rates;text=Mortgage Rates;");
aI("url=http://www.prellorealty.com/community;text=Community Info;");
aI("url=http://www.prellorealty.com/news;text=Real Estate News;");
}

drawMenus();









