_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(mainStyle=new mm_style()){
    offbgcolor="#FFFFFF";
    offcolor="#B4B4B4";
    onbgcolor="#CEE6FD";
    oncolor="#003399";
    bordercolor="#003399";
    borderstyle="solid";
    borderwidth="1";
    separatorsize="1";
    separatorcolor="#003399";
    separatorstyle="solid";
    padding="2";
    fontsize="12px";
    fontstyle="normal";
    fontweight="bold";
    fontfamily="Arial,Verdana,Helvetica,sans serif";
    subimagepadding="0";
    align="right";
}
with(menuStyle=new mm_style()){
    offbgcolor="#FFFFFF";
    offcolor="#B4B4B4";
    onbgcolor="#CEE6FD";
    oncolor="#003399";
    bordercolor="#003399";
    borderstyle="solid";
    borderwidth="1";
    separatorsize="1";
    separatorcolor="#003399";
    separatorstyle="solid";
    padding="2";
    fontsize="12px";
    fontstyle="normal";
    fontweight="bold";
    fontfamily="Arial,Verdana,Helvetica,sans serif";
    subimagepadding="0";
    align="left";
}

with(milonic=new menuname("mainmenu")){
    style=mainStyle;
    position="relative";
    alwaysvisible=1;
    orientation="vertical";
    aI("text=HOME;url=index.php;");
    aI("text=LISTINGS;showmenu=listings;");
    aI("text=FREE&nbsp;CMA;url=request_worth.php;");
    aI("text=RELOCATING;url=contact.php?what=relocating;");
    aI("text=ERA&nbsp;MORTGAGE&nbsp;CENTER;url=http://www.netmovein.com/home/landscape?cid=87606&agid=725917;target=blank;");
    aI("text=AREA&nbsp;LINKS&nbsp;&amp;&nbsp;INFO;showmenu=links;");
    aI("text=REAL&nbsp;ESTATE&nbsp;INFO;showmenu=news;");
    aI("text=CALCULATORS;showmenu=calculators;");
    aI("text=TESTIMONIALS;url=testimonials.php;");
    aI("text=MEET&nbsp;DON;url=userview.php?user=2;");
    aI("text=CONTACT&nbsp;DON;url=contact.php;");
}
with(milonic=new menuname("listings")){
    style=mainStyle;
    aI("text=BROWSE&nbsp;LISTINGS;url=listingsearch.php;");
    aI("text=FLORIDA&nbsp;MLS&nbsp;LISTINGS;url=mls.php;");
    aI("text=HIGH&nbsp;DEFINITION&nbsp;VIDEO&nbsp;TOURS;url=http://vdora.com/listing.aspx?listingid=1;target=blank;");
}
with(milonic=new menuname("news")){
    style=mainStyle;
    aI("text=REAL&nbsp;ESTATE&nbsp;NEWS;url=realestate_info.php;");
    aI("text=NEWSLETTER;url=newsletter.php;");
}
with(milonic=new menuname("links")){
    style=mainStyle;
    aI("text=AREA SCHOOLS;url=school_info.php;");
    aI("text=IMPORTANT LINKS;url=area_info.php;");
    aI("text=AREA CHURCH LINKS;url=links.php?link=churches;");
}
with(milonic=new menuname("calculators")){
    style=mainStyle;
    aI("");
    aI("text=PAYMENTS;url=calculators.php?which=payment;");
    aI("text=AFFORDABILITY;url=calculators.php?which=affordability;");
    aI("text=REFINANCING;url=calculators.php?which=refinance;");
    aI("text=RENT&nbsp;OR&nbsp;PURCHASE;url=calculators.php?which=rent_or_purchase;");
    aI("text=LOAN&nbsp;OPTIONS;url=calculators.php?which=loan_options;");
    aI("text=EQUITY&nbsp;CALCULATOR;url=calculators.php?which=equity;");
    aI("text=LOAN&nbsp;POINTS;url=calculators.php?which=points;");
    aI("text=CLOSING&nbsp;COSTS;url=calculators.php?which=closing_cost;");
    aI("text=15&nbsp;OR&nbsp;30&nbsp;YEAR;url=calculators.php?which=15_or_30;");
    aI("text=MONTHLY&nbsp;OR&nbsp;BI-WEEKLY;url=calculators.php?which=monthly_or_biweekly;");
}
drawMenus();
