fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
offbgcolor="#10876b";
offcolor="#ffffff";
onbgcolor="#10876b";
oncolor="#d9d4c3";
bordercolor="#d9d4c3";
borderwidth="0";
padding=9;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#d9d4c3";
pagebgcolor="#10876b";
headercolor="#d9d4c3";
headerbgcolor="#d9d4c3";
}

with(ocg=new menuname("About")){
style=menuStyle;
aI("text=Who We Are;url=whoweare.htm;");
aI("text=Company Overview;url=overview.htm;");
aI("text=Our Clients;url=clients.htm;");
aI("text=Our Mission;url=mission.htm;");
}

with(ocg=new menuname("Services")){
style=menuStyle;
aI("text=Overview;url=services.htm;");
aI("text=Hiring the Best;showmenu=Hiring;");
aI("text=Professional Development & Coaching;showmenu=Coach;");
aI("text=Team Development & Training;url=teamdev.htm;");
aI("text=Organizational Development;url=orgdev.htm;");
aI("text=Test Development & Validation;url=testdev.htm;");
}

   with(ocg=new menuname("Hiring")){
   style=menuStyle;
   aI("text=Executives, Managers & Professionals;url=hiring.htm;");
   aI("text=Store Managers & Hourly Positions;url=hiring2.htm;");
   }

   with(ocg=new menuname("Coach")){
   style=menuStyle;
   aI("text=Overview;url=prodev.htm;");
   aI("text=Coaching Programs;url=coachprog.htm;");
   aI("text=Results with Lasting Impact;url=coachback.htm;");
   }

with(ocg=new menuname("Testing")){
style=menuStyle;
aI("text=Testing Overview;url=testing.htm;");
aI("text=Login to Take a Test;url=login.htm;");
aI("text=Register a Candidate;url=https://testing.olsonconsultinggroup.com/csh/ocgreg.nsf/homeca;");
}

drawMenus();


