_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
outfilter="randomdissolve(duration=0.9)";
overfilter="Fade(duration=0.9);Alpha(opacity=100);Shadow(color=#286CC2, Direction=235, Strength=15)";
}

with(menuStyle=new mm_style()){
onbgcolor="#1DA3A5";
offbgcolor="#003238";
oncolor="#ABE6EB";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="110";
itemheight="30";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Profiles;url=dynamicdata/Profiles.asp;status=Profiles;");
aI("text=Careers;url=dynamicdata/Careers.asp;status=Careers;");
aI("text=Giving Back;url=dynamicdata/ProBono.asp;status=Giving Back;");
aI("text=Values;url=dynamicdata/Values.asp;status=Values;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Real Estate;url=dynamicdata/RealEstate.asp;status=Real Estate;");
aI("text=Wills & Estates;url=dynamicdata/Wills.asp;status=Wills & Estates;");
aI("text=Corporate Law;url=dynamicdata/Corporate.asp;status=Corporate Law;");
aI("text=Immigration;url=dynamicdata/Family.asp;status=Immigration;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Real Estate;url=dynamicdata/RealEstateFees.asp;status=Real Estate;");
aI("text=Business Consulting;url=dynamicdata/BusinessConsulting.asp;status=Business Consulting;");
aI("text=Estate Planning;url=dynamicdata/EstatePlanningFees.asp;status=Estate Planning;");
aI("text=Corporate;url=dynamicdata/CorporateFees.asp;status=Corporate;");
aI("text=Immigration;url=dynamicdata/FamilyLawFees.asp;status=Immigration;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Mobile Legal Services;url=dynamicdata/MobileLegalServices.asp;status=Mobile Legal Services;");
aI("text=Farsi Services;url=dynamicdata/FarciServices.asp;status=Farsi Services;");
aI("text=Cantonese Services;url=dynamicdata/CantoneseServices.asp;status=Cantonese Services;");
}

drawMenus();


