


_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()){
}

with(menuStyleSub1=new mm_style()){
itemwidth="160";
itemheight="20"
onbgcolor="#620000";
oncolor="#FFFFFF";
offbgcolor="#915531";
offcolor="#FFFFFF";
separatorcolor="#000000";
separatorsize="1";
borderwidth="1";
bordercolor="#000000";
padding=5;
fontsize="11px";
fontstyle="bold";
fontfamily="Goudy_old_style,Arial, Helvetica, sans-serif";
subimage="none";
subimagepadding="5";
overfilter="";
outfilter="Fade(duration=0);"
keepalive=0;
align="center";

}


with(milonic=new menuname("buyers")){
style=menuStyleSub1;
left="offset=-10";
top="offset=0";
aI("url=http://www.joeandcindy.com/homesearch.cfm;text=SEARCH FOR HOMES;");
aI("url=http://www.joeandcindy.com/preapprove.cfm;text=GET PRE-APPROVED;");
aI("url=http://www.joeandcindy.com/buyerinfo.cfm;text=BUYING A HOME;");
aI("url=http://www.joeandcindy.com/financingcal.cfm;text=FINANCING CALCULATORS;");
aI("url=http://www.joeandcindy.com/vendor.cfm;text=VENDOR CONCIERGE LIST;");
aI("url=http://www.joeandcindy.com/buyer_faq.cfm;text=FAQS;");
aI("url=http://www.joeandcindy.com/glossaryindex.cfm;text=REAL ESTATE DEFINITIONS;");

}

with(milonic=new menuname("sellers")){
style=menuStyleSub1;
left="offset=-10";
top="offset=0";
aI("url=http://www.joeandcindy.com/why.cfm;text=WHY JOE AND CINDY;");
aI("url=http://www.joeandcindy.com/analysis.cfm;text=GET YOUR HOME VALUE;");
aI("url=http://www.homeinsight.com/Widget/default.asp?WSK3IE3EF173;text=MARKET SNAPSHOT;target=_blank;");
aI("url=http://www.joeandcindy.com/sellers.cfm;text=SELLING YOUR HOME;");
aI("url=http://www.joeandcindy.com/vendor.cfm;text=VENDOR CONCIERGE LIST;");
aI("url=http://www.joeandcindy.com/sellers_faq.cfm;text=FAQ;");
aI("url=http://www.joeandcindy.com/glossaryindex.cfm;text=REAL ESTATE DEFINITIONS;");
}

with(milonic=new menuname("newconstruction")){
style=menuStyleSub1;
left="offset=-10";
top="offset=0";
/*aI("url=http://www.joeandcindy.com/newconstruction_ryan.cfm;text=RYAN HOMES INC;");*/
/*aI("url=http://www.joeandcindy.com/newconstruction_tc.cfm;text=T.C. CONSTRUCTION INC;");*/
aI("url=http://www.joeandcindy.com/financingcal.cfm;text=FINANCE CALCULATORS;");
aI("url=http://www.joeandcindy.com/contact.cfm;text=CONTACT US;");
aI("url=http://www.joeandcindy.com/infoonbuilding.cfm;text=INFO ON BUILDING;");
aI("url=http://www.joeandcindy.com/lotsdevelopment.cfm;text=LOTS/DEVELOPMENTS;");
aI("url=http://www.joeandcindy.com/preapprove.cfm;text=GET PRE-APPROVED;");
}

with(milonic=new menuname("community")){
style=menuStyleSub1;
left="offset=-10";
top="offset=0";
aI("url=http://www.joeandcindy.com/school.cfm;text=SCHOOL LINKS;");
aI("url=http://www.joeandcindy.com/community.cfm;text=COMMUNITY LINKS;");
aI("url=http://www.joeandcindy.com/featuredcommunity.cfm;text=FEATURED COMMUNITIES;");

}

with(milonic=new menuname("about")){
style=menuStyleSub1;
left="offset=-10";
top="offset=0";
aI("url=http://www.joeandcindy.com/why.cfm;text=WHY JOE AND CINDY;");
aI("url=http://www.joeandcindy.com/about.cfm;text=MEET THE TEAM;"); 
aI("url=http://www.joeandcindy.com/testimonials.cfm;text=TESTIMONIALS;");
aI("url=http://realtytimes.com/c/CindyNiece;target=new;text=MONTHLY NEWSLETTER;");
aI("url=http://www.joeandcindy.com/recent.cfm;text=RECENTLY SOLD;");
aI("url=http://www.joeandcindy.com/charities.cfm;text=CHARITIES;");
aI("url=http://www.joeandcindy.com/contact.cfm;text=CONTACT US;");
aI("url=http://www.joeandcindy.com/tcrt.cfm;text=TWIN CITIES REO TEAM;");

}

drawMenus();








