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

with(mainStyle=new mm_style()){
    borderwidth=0;
    separatorsize="0";
    padding="2";
    fontsize="12";
    fontstyle="normal";
    fontweight="normal";
    fontfamily="Georgia,Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif";
    subimagepadding="0";
    align="left";
}
with(menuStyle=new mm_style()){
    offbgcolor="#38791D";
    offcolor="#EFDCA2";
    onbgcolor="#EFDCA2";
    oncolor="#38791D";
    bordercolor="#FFF4CE";
    borderstyle="solid";
    borderwidth="1";
    separatorsize="1";
    separatorcolor="#FFF4CE";
    separatorstyle="solid";
    padding="2";
    fontsize="12";
    fontstyle="normal";
    fontweight="bold";
    fontfamily="Georgia,Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif";
    subimagepadding="0";
    align="left";
}

with(milonic=new menuname("mainmenu")){
    style=mainStyle;
    position="relative";
    alwaysvisible=1;
    orientation="vertical";
    aI("image=http://www.mathewslawfirm.com/images/firm_overview.jpg;url=http://www.mathewslawfirm.com/index.php;title=Firm Overview;showmenu=firmprofile;");
    aI("image=http://www.mathewslawfirm.com/images/menu_del_01.jpg;");
    aI("image=http://www.mathewslawfirm.com/images/real_estate.jpg;url=http://www.mathewslawfirm.com/real_estate.php;title=Real Estate;showmenu=realestate;");
    aI("image=http://www.mathewslawfirm.com/images/menu_del_03.jpg;");
    aI("image=http://www.mathewslawfirm.com/images/business_law.jpg;url=http://www.mathewslawfirm.com/business_law.php;title=Business Law;showmenu=businesslaw;");
    aI("image=http://www.mathewslawfirm.com/images/menu_del_04.jpg;");
    aI("image=http://www.mathewslawfirm.com/images/estate_planning.jpg;url=http://www.mathewslawfirm.com/estate_planning.php;title=Estate Planning;");
    aI("image=http://www.mathewslawfirm.com/images/menu_del_02.jpg;");
    aI("image=http://www.mathewslawfirm.com/images/opportunities.jpg;url=http://www.mathewslawfirm.com/index.php?p=10;title=Job Opportunities;");
    aI("image=http://www.mathewslawfirm.com/images/menu_del_02.jpg;");
    aI("image=http://www.mathewslawfirm.com/images/contact_us.jpg;url=http://www.mathewslawfirm.com/contact_us.php;title=Contact Us;");
    aI("image=http://www.mathewslawfirm.com/images/menu_bottom.jpg;");
}
with(milonic=new menuname("firm_overview")){
    style=menuStyle;
    aI("text=Firm&nbsp;Profile;url=http://www.mathewslawfirm.com/index.php?p=3;showmenu=firmprofile;");
}
with(milonic=new menuname("firmprofile")){
    style=menuStyle;
    aI("text=Firm&nbsp;Profile;url=http://www.mathewslawfirm.com/index.php?p=3;");
    aI("text=Attorney&nbsp;Profiles;showmenu=profiles;url=index.php?p=5;");
}
with(milonic=new menuname("profiles")){
    style=menuStyle;
    aI("text=Matt&nbsp;Mathews;url=http://www.mathewslawfirm.com/index.php?p=2;");
	aI("text=Henry&nbsp;Lee&nbsp;Miller,&nbsp;Jr.&nbsp;url=http://www.mathewslawfirm.com/index.php?p=6;itemwidth=282;");
    aI("text=John&nbsp;C.&nbsp;Davis,&nbsp;Of&nbsp;Counsel;url=http://www.mathewslawfirm.com/index.php?p=4;itemwidth=182;");    
}
with(milonic=new menuname("realestate")){
    style=menuStyle;
    aI("text=Title&nbsp;Insurance;url=http://www.mathewslawfirm.com/real_estate.php?p=1;itemwidth=182;");
    aI("text=Order&nbsp;Title&nbsp;Insurance;url=http://www.mathewslawfirm.com/real_estate.php?p=2;itemwidth=182;");
    aI("text=Attorney&nbsp;or&nbsp;Title&nbsp;Company;url=http://www.mathewslawfirm.com/real_estate.php?p=3;itemwidth=182;");
    aI("text=Deducting&nbsp;Refinance&nbsp;Costs;url=http://www.mathewslawfirm.com/real_estate.php?p=4;itemwidth=182;");
//    aI("text=Attorney's&nbsp;Mortgage&nbsp;Services;url=http://www.mathewslawfirm.com/real_estate.php?p=5;itemwidth=198;");
//    aI("text=Apply&nbsp;for&nbsp;a&nbsp;Mortgage&nbsp;Loan;url=http://www.mathewslawfirm.com/real_estate.php?p=6;itemwidth=182;");
    aI("text=Mortgage&nbsp;Calculators;url=http://www.mathewslawfirm.com/real_estate.php?p=10;itemwidth=182;");
}
with(milonic=new menuname("businesslaw")){
    style=menuStyle;
    aI("text=Choosing&nbsp;A&nbsp;Business&nbsp;Entity;url=http://www.mathewslawfirm.com/business_law.php?p=1;itemwidth=182;");
    aI("text=Questionnaire;url=http://www.mathewslawfirm.com/business_law.php?p=2;itemwidth=182;");
	aI("text=Business&nbsp;Law&nbsp;Articles;url=http://www.mathewslawfirm.com/business_law.php?p=3;itemwidth=182;");
    aI("text=Limited&nbsp;Liability&nbsp;Companies&nbsp;In&nbsp;Florida;url=http://www.mathewslawfirm.com/business_law.php?p=4;itemwidth=260;");
}
with(milonic=new menuname("estateplanning")){
    style=menuStyle;
    aI("text=Individual&nbsp;Estate&nbsp;Planning&nbsp;Questionnaire;url=http://www.mathewslawfirm.com/estate_planning.php?p=1;itemwidth=325;");
}

drawMenus();
