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

with(mainStyle=new mm_style()){
    onbgcolor="#A8ECFF";
    oncolor="#000000";
    offbgcolor="transparent";
    offcolor="#000000";
    bordercolor="";
    borderstyle="solid";
    borderwidth=0;
    separatorcolor="#FFFFFF";
    separatorsize="0";
    padding=3;
    fontsize="12px";
    fontweight="bold";
    fontstyle="normal";
    fontfamily="Geneva, Verdana, Helvetica, Arial, sans serif";
    headercolor="#FFFFFF";
    headerbgcolor="#FFFFFF";
    subimage="";
    subimagepadding="2";
    position="relative";
    align="left";
}

with(menuStyle=new mm_style()){
    onbgcolor="#A8ECFF";
    oncolor="#000000";
    offbgcolor="#FFFFFF";
    offcolor="#000000";
    bordercolor="#365486";
    borderstyle="solid";
    borderwidth=1;
    separatorcolor="#A8ECFF";
    separatorsize="1";
    padding=5;
    fontsize="11px";
    fontstyle="normal";
    fontfamily="Geneva, Verdana, Helvetica, Arial, sans serif";
    headercolor="#FFFFFF";
    headerbgcolor="#FFFFFF";
    subimage="";
    subimagepadding="2";
    overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#A8ECFF', Direction=135, Strength=4)";
    outfilter="randomdissolve(duration=0.3)";
    fontweight="normal";
    align="left";
}

with(milonic=new menuname("Main Menu")){
    style=mainStyle;
    alwaysvisible=1;
    orientation="vertical";
    aI("url=index.php;text=HOME;");
    aI("showmenu=listings;text=LISTINGS;");
    aI("showmenu=about;text=ABOUT US;");
    aI("url=relocation.php;text=RELOCATION;");
    aI("showmenu=schools;text=AREA SCHOOLS;");
    aI("url=area_info.php;text=PREFERRED PARTNERS");
    aI("showmenu=calculators;text=MORTGAGE CALCULATORS;");
    aI("showmenu=news;text=REAL ESTATE NEWS;");
    aI("url=request_worth.php;text=REQUEST CMA;");
    aI("url=contactus.php;text=CONTACT ME;");
}

with(milonic=new menuname("listings")){
    style=menuStyle;
    aI("url=listing_browse.php;text=SITE LISTINGS;");
    aI("url=mls.php;text=MLS LISTINGS;");
    aI("url=http://www.prufezlerandrussellre.com/listingsearch.php;text=FEZLER & RUSSELL LISTINGS;target=blank;");
}

with(milonic=new menuname("about")){
    style=menuStyle;
    aI("url=userview.php?user=2;text=ABOUT SYBIL;");
    aI("url=about_fezlerandrussell.php;text=ABOUT FEZLER & RUSSELL;");
}

with(milonic=new menuname("schools")){
    style=menuStyle;
    top="-1";
    aI("url=school_info.php?county=Leon;text=LEON COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Gadsden;text=GADSDEN COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Jefferson;text=JEFFERSON COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Wakulla;text=WAKULLA COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Franklin;text=FRANKLIN COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Liberty;text=LIBERTY COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Gulf;text=GULF COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Calhoun;text=CALHOUN COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Jackson;text=JACKSON COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Bay;text=BAY COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Washington;text=WASHINGTON COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Holmes;text=HOLMES COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Walton;text=WALTON COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Okaloosa;text=OKALOOSA COUNTY SCHOOLS;");
    aI("url=school_info.php?county=SantaRosa;text=SANTA ROSA COUNTY SCHOOLS;");
    aI("url=school_info.php?county=Escambia;text=ESCAMBIA COUNTY SCHOOLS;");
}

with(milonic=new menuname("calculators")){
    style=menuStyle;
    aI("url=calculators.php?which=payment;text=I FOUND A HOME - WHAT WILL MY PAYMENTS BE? ;");
    aI("url=calculators.php?which=affordability;text=CAN I REALLY AFFORD TO BUY A HOME?;");
    aI("url=calculators.php?which=refinance;text=SHOULD I REFINANCE MY CURRENT MORTGAGE?;");
    aI("url=calculators.php?which=rent_or_purchase;text=AM I BETTER OFF RENTING OR PURCHASING?;");
    aI("url=calculators.php?which=loan_options;text=WHICH LOAN IS BETTER;");
    aI("url=calculators.php?which=equity;text=I ALREADY OWN A HOME - HOW MUCH EQUITY DO I HAVE?;");
    aI("url=calculators.php?which=points;text=POINTERS ON POINTS - SHOULD I PAY THEM?;");
    aI("url=calculators.php?which=closing_cost;text=WHAT ARE CLOSING COSTS AND WHY DO I HAVE TO PAY THEM?;");
    aI("url=calculators.php?which=15_or_30;text=WHICH IS BETTER - A 30 OR 15 YEAR MORTGAGE?;");
    aI("url=calculators.php?which=monthly_or_biweekly;text=WHICH IS BETTER - MONTHLY OR BIWEEKLY PAYMENTS?;");
}

with(milonic=new menuname("news")){
    style=menuStyle;
    aI("url=newsletter.php;text=REAL ESTATE NEWSLETTER;");
    aI("url=realestate_info.php;text=TOP REAL ESTATE HEADLINES;");
}

drawMenus();
