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

// Comment by vikas kumar gupta - 4th May, 2005
// With this script it calls image, and display. Browser: ie, netscape, opera, firefox, morzilla
// It is called externally, nothing to do with table or html code

with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="bold";
}

with(menuStyle=new mm_style()){
onbgcolor="#A5781C";
oncolor="#ffffff";
offbgcolor="#E6E5C5";
offcolor="#525252";
bordercolor="#9A9A98";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9A9A98";
separatorsize="1";
separatorwidth="184";
padding=5;
fontsize="10px";
fontstyle="bold";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#A5781C";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="Images/arrow.gif";
onsubimage="Images/arrow1.gif";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=0, size=1.00, motion='Forward', duration=1.0)";
outfilter="GradientWipe(WipeStyle=0, size=1.00, motion='Reverse', duration=1.0)";
}

with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=66;
left=00;
alwaysvisible=1;
orientation="vertical";
screenposition="left" //---------------------------------------Screen resolution.
aI("url=index.html;image=Images/home_n.gif;overimage=Images/home_r.gif;status=Home page;pageimage=Images/home_r.gif;status=Home page");
aI("showmenu=who;url=who.html;image=Images/who_n.gif;overimage=Images/who_r.gif;pageimage=Images/who_r.gif;status=who");
aI("showmenu=what;url=what.html;image=Images/what_n.gif;overimage=Images/what_r.gif;pageimage=Images/what_r.gif;status=what");
aI("url=how.html;image=Images/how_n.gif;overimage=Images/how_r.gif;pageimage=Images/how_r.gif;status=how"); 
aI("showmenu=why;url=why.html;image=Images/you_n.gif;overimage=Images/you_r.gif;pageimage=Images/you_r.gif;status=why");
aI("showmenu=BusiSercives;url=BusiSercives.html;image=Images/I.gif;overimage=Images/Insur_r.gif;pageimage=Images/Insur_r.gif;status=BusiSercives"); 
aI("url=contact.html;image=Images/contact_n.gif;overimage=Images/contact_r.gif;pageimage=Images/contact_r.gif;status=contact");
aI("url=career.html;image=Images/career_n.gif;overimage=Images/career_r.gif;pageimage=Images/career_r.gif;status=Career");
// ---------------------Note for sub-menu

}

with(milonic=new menuname("who")){
style=menuStyle;
aI("url=Client.html;text=Client Approach;");
aI("url=Events.html;text=Events");
aI("url=Press.html;text=Press Releases");
aI("url=professionalassociations.html;text=Professional Affiliations");
}

with(milonic=new menuname("BusiSercives")){
style=menuStyle;
aI("url=InsurBusiness.html;text=Business Insurance Solutions;");
aI("url=InsurIndividual.html;text=Individual Insurance Solutions");
aI("url=Consulting.html;text=MM&B Consulting Services, LLC.");
}

with(milonic=new menuname("what")){
style=menuStyle;
aI("showmenu=service;url=service.html;text=Services");
aI("showmenu=Industry;url=Industry.html;text=Industry Expertise");
aI("url=FamilyAccounting.html;text=Family Accounting");
}

with(milonic=new menuname("service")){
style=menuStyle;
aI("url=Accounting.html;text=Accounting & Audit");
aI("url=Tax.html;text=Tax");
aI("url=Business.html;text=Business Advisory");
aI("url=Mergers.html;text=Mergers & Acquisitions");
aI("url=International.html;text=International Capabilities");
}

with(milonic=new menuname("Industry")){
style=menuStyle;
aI("url=Manufacturing.html;text=Manufacturing");
aI("url=Distribution.html;text=Distribution");
aI("url=Construction.html;text=Construction");
aI("url=Real.html;text=Real Estate");
aI("url=Professional.html;text=Professional Practices");
aI("url=Technology.html;text=Technology Companies");
aI("url=Apparel.html;text=Apparel");
aI("url=Retail.html;text=Retail");
aI("url=Trucking.html;text=Trucking");
}



with(milonic=new menuname("why")){
style=menuStyle;
aI("url=Quarterly_Newsletters.html;text=Quarterly Newsletters");
aI("url=Newsletters.html;text=Newsletters");
aI("url=Whitepapers.html;text=Whitepapers");
aI("url=Events1.html;text=Events");
aI("url=http://www.planningtips.com/Planning_Tips.asp?Co_ID=137177&Tip_ID=6930;text=Reference Section");
aI("url=http://www.planningtips.com/Planning_Tips.asp?Co_ID=137177&Tip_ID=6850;text=Online Advisor");
}


drawMenus();
