_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=10               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(mainStyle=new mm_style()){
    onbgcolor="#7F9B53";
    oncolor="#FFFFFF";
    offbgcolor="#7F9B53";
    offcolor="#FFFFFF";
    bordercolor="";
    borderstyle="solid";
    borderwidth=0;
    separatorcolor="";
    separatorsize="35";
    padding=2;
    fontsize="12";
    fontstyle="normal";
    fontweight="normal";
    fontfamily="Verdana, Helvetica, Arial, sans serif";
    headercolor="";
    headerbgcolor="";
    subimage="";
    subimagepadding="0";
    position="relative";
}
with(menuStyle=new mm_style()){
    onbgcolor="#ffffff";
    oncolor="#689999";
    offbgcolor="#689999";
    offcolor="#ffffff";
    bordercolor="#2F6066";
    borderstyle="solid";
    borderwidth=2;
    separatorcolor="";
    separatorsize="0";
    padding=5;
    fontsize="12";
    fontstyle="normal";
    fontweight="normal";
    fontfamily="Verdana, Helvetica, Arial, sans serif";
    headercolor="";
    headerbgcolor="";
    subimage="";
    subimagepadding="";
    overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#444444', Direction=135, Strength=4)";
    outfilter="Fade(duration=0.2);Alpha(opacity=95)";
}

with(milonic=new menuname("mainmenu")){
    style=mainStyle;
    alwaysvisible=1;
    orientation="horizontal";
    align="center";
    menuwidth="750";
    menualign="center";
    aI("text=Home;url=index.php;");
    aI("text=About;url=#;showmenu=about;");
    aI("text=Listings;url=#;showmenu=listings;");
    aI("text=Buyer&nbsp;Info;url=buyer_faq.php;");
    aI("text=Seller&nbsp;Info;url=seller_faq.php;");
    aI("text=Local;url=#;showmenu=local;");
    aI("text=Tools;url=#;showmenu=tools;");
    aI("text=Links;url=useful_links.php;");
    aI("text=Contact&nbsp;Us;url=contact_us.php;");
}

with(milonic=new menuname("about")){
    style=menuStyle;
    top=161;
    aI("text=About Daryl;url=userview.php?user=2;");
    aI("text=Company History;url=about.php;");
    aI("text=Testimonials;url=testimonials.php;");
}

with(milonic=new menuname("listings")){
    style=menuStyle;
    top=161;
    aI("text=MLS Search;url=mls.php;");
    aI("text=Featured Listings;url=featured_listings.php;");
    aI("text=My Listings;url=listing_browse.php;");
}

with(milonic=new menuname("local")){
    style=menuStyle;
    top=161;
    aI("text=Community Info;url=area_info.php;");
    aI("text=School Info;url=school_info.php;");
    aI("text=Moving Tools;url=moving_tools.php;");
}

with(milonic=new menuname("tools")){
    style=menuStyle;
    top=161;
    aI("text=Mortgage Calculator;url=calculators.php?which=payment;");
    aI("text=Tax Appraiser;url=http://www.co.leon.fl.us/propappr/;target=blank;");
    aI("text=What is Your Home Worth?;url=cma.php;");
}

drawMenus();
