﻿


_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=75             // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(mainMenuStyle=new mm_style()){
onbgcolor="#003366";
oncolor="#CC3333";
offbgcolor="#003366";
offcolor="CC9966";
separatorcolor="#336699";
separatorsize="1";
padding=5;
fontsize=11;
fontstyle="normal";
fontweight="bold"
fontfamily="Arial, Tahoma, Verdana";
pagecolor="CC9966";
pagebgcolor="#003366";
headercolor="#000000";
headerbgcolor="#1E57A0";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="Fade(duration=0.1)";
}


with(subMenuStyle=new mm_style()){
onbgcolor="#003366";
oncolor="#CC9966";
offbgcolor="#6699CC";
offcolor="003366";
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003366";
separatorsize="1";
padding=5;
fontsize=11;
fontstyle="normal";
fontwight="bold"
fontfamily="Arial, Tahoma, Verdana";
pagecolor="003366";
pagebgcolor="#6699CC";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.1);Alpha(opacity=96)";
outfilter="Fade(duration=0.1)";
}


with(milonic=new menuname("Attorneys")){
style=subMenuStyle;
overflow="scroll";
aI("text=Carlton M. Mansfield;url=http://www.mansfieldlawfirm.com/cmm_main.html;status=Carlton M. Mansfield;");
aI("text=Legal Experience;url=http://www.mansfieldlawfirm.com/cmm_exp.html;status=Legal Experience;");
aI("text=Bar Admissions;url=http://www.mansfieldlawfirm.com/cmm_bar.html;status=Bar Admissions;");
aI("text=Education;url=http://www.mansfieldlawfirm.com/cmm_educ.html;status=Education;");
aI("text=Organizations/Affiliations;url=http://www.mansfieldlawfirm.com/cmm_org.html;status=Organizations/Affiliations;");
}

with(milonic=new menuname("Staff")){
style=subMenuStyle;
aI("text=Jessica Hubbard, Legal Assistant;url=http://www.mansfieldlawfirm.com/jh_main.html;status=Jessica Hubbard, Legal Assistant;");
aI("text=LaGayle Locklear, Paralegal/Mitigation Specialist;url=http://www.mansfieldlawfirm.com/ll_main.html;status=LaGayle Locklear, Paralegal/Mitigation Specialist;");
aI("text=Ricky Locklear, Investigator;url=http://www.mansfieldlawfirm.com/rl_main.html;status=Ricky Locklear, Investigator;");
aI("text=Esmeralda Mu?oz, Interpreter/Legal Assistant;url=http://www.mansfieldlawfirm.com/em_main.html;status=Esmeralda Mu?oz, Interpreter/Legal Assistant;");
aI("text=J. Lillie Townsend, Office Manager/Paralegal;url=http://www.mansfieldlawfirm.com/jlt_main.html;status=J. Lillie Townsend, Office Manager/Paralegal;");
}

drawMenus();


