fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1500;
_menuOpenDelay=150;
_subOffsetTop=70;
_subOffsetLeft=0;



with(Style1=new mm_style()){
fontfamily="Verdana";
fontsize="10px";
fontweight="bold";
offbgcolor="transparent";
offcolor="#3c3c3c";
onbgcolor="transparent";
oncolor="#3c3c3c";
padding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=Style1;
top=116;
aI("url=http://www.baergroup.com;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("text=|;offcolor=#dddddd;oncolor=#dddddd;");
aI("showmenu=solutions;url=sap_solutions.php;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SAP SOLUTIONS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("text=|;offcolor=#dddddd;oncolor=#dddddd;");
aI("showmenu=expertise;url=industry_expertise.php;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INDUSTRY EXPERTISE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("text=|;offcolor=#dddddd;oncolor=#dddddd;");
aI("showmenu=services;url=services.php;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SERVICES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("text=|;offcolor=#dddddd;oncolor=#dddddd;");
aI("url=clients.php;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OUR CLIENTS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("text=|;offcolor=#dddddd;oncolor=#dddddd;");
aI("url=recruiting.php;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RECRUITING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("text=|;offcolor=#dddddd;oncolor=#dddddd;");
aI("showmenu=about;url=company_history.php;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ABOUT US&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
}


with(Style2=new mm_style()){
fontfamily="Verdana";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#3c3c3c";
onbgcolor="#FFFFFF";
oncolor="#98771f";
padding=0;
itemheight="20px";
itemwidth="145px";
bordercolor="#dddddd";
borderstyle="solid";
borderwidth=1;
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Alpha(opacity=90);Blinds( Bands=1,direction=down, duration=0.3)";
}

with(Style3=new mm_style()){
fontfamily="Verdana";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#3c3c3c";
onbgcolor="#FFFFFF";
oncolor="#98771f";
padding=0;
itemheight="20px";
itemwidth="215px";
bordercolor="#dddddd";
borderstyle="solid";
borderwidth=1;
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Alpha(opacity=90);Blinds( Bands=1,direction=down, duration=0.3)";
}


with(milonic=new menuname("solutions")){
orientation="vertical";
style=Style2;
top=137;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Retail;url=retail_solutions.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;SAP All-in-One;url=all-in-one.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Upgrades;url=enterprise_solutions.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;HCM;url=hcm_solutions.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;BI/CPM;url=bicpm_solutions.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;CRM/Portals;url=portal_solutions.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Learning Solutions;url=learning_solutions.php;");
}

with(milonic=new menuname("expertise")){
orientation="vertical";
style=Style3;
top=137;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Retail;url=retail_solutions.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Consumer Packaged Goods (CPG);url=cpg_expertise.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Wholesale Distribution;url=distribution_expertise.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Government;url=pdf/TBG_Government_Profile.pdf;target=blank;");
}

with(milonic=new menuname("services")){
orientation="vertical";
style=Style2;
top=137;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Staff Enablement;url=staff_enablement_services.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Project Capabilities;url=project_services.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Quality Staffing;url=staffing_services.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;SmartVALUE Support;url=pdf/SmartVALUE_SUPPORT_VERSION_06.pdf;target=blank;");
}

with(milonic=new menuname("clients")){
orientation="vertical";
style=Style2;
top=137;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;General;url=clients.php;");
}

with(milonic=new menuname("recruiting")){
orientation="vertical";
style=Style2;
top=137;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Why Work For TBG;url=recruiting.php;");
}

with(milonic=new menuname("about")){
orientation="vertical";
style=Style2;
top=137;	
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Company History;url=company_history.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Executive Team;url=executive_team.php;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Contact Us;url=contact.php;");
}

drawMenus();

