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()){
onbgcolor="#2E9ED8";
oncolor="#ffffff";
offbgcolor="#125E89";
offcolor="#ffffff";
bordercolor="#F68A1E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F68A1E";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#125E89";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;

aI("showmenu=train;text=Training&nbsp;;");
aI("text=Consulting&nbsp;;url=http://www.qe3c.com/consulting.html;");
aI("showmenu=Schedule-SideNav;text=Schedule&nbsp;;");
aI("text=DQO Site;url=http://www.qe3c.com/dqo/index.html;");
aI("showmenu=Courses;text=DQA Courses&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Contact Us&nbsp;;url=http://www.qe3c.com/contact.html");
aI("text=Home;url=http://www.qe3c.com/index.html;");
}

with(milonic=new menuname("train")){
style=menuStyle;
aI("text=Environmental Training;url=http://www.qe3c.com/e_train.html;");
aI("text=Chemistry Training;url=http://www.qe3c.com/c_train.html;");
aI("showmenu=schedule;text=Schedule;");
}


with(milonic=new menuname("schedule")){
style=menuStyle;
aI("text=&nbsp;2010&nbsp;;url=http://www.qe3c.com/schedule_10.html;");
aI("text=&nbsp;2009&nbsp;;url=http://www.qe3c.com/schedule_09.html;");
aI("text=&nbsp;2008&nbsp;;url=http://www.qe3c.com/schedule_08.html;");
aI("text=&nbsp;2007&nbsp;;url=http://www.qe3c.com/schedule_07.html;");
aI("text=&nbsp;2006&nbsp;;url=http://www.qe3c.com/schedule_06.html;");
}

with(milonic=new menuname("schedule-sidenav")){
style=menuStyle;
aI("text=&nbsp;2010&nbsp;;url=http://www.qe3c.com/schedule_10.html;");
aI("text=&nbsp;2009&nbsp;;url=http://www.qe3c.com/schedule_09.html;");
aI("text=&nbsp;2008&nbsp;;url=http://www.qe3c.com/schedule_08.html;");
aI("text=&nbsp;2007&nbsp;;url=http://www.qe3c.com/schedule_07.html;");
aI("text=&nbsp;2006&nbsp;;url=http://www.qe3c.com/schedule_06.html;");
}

with(milonic=new menuname("courses")){
style=menuStyle;
aI("text=Appendices&nbsp;;url=http://www.qe3c.com/appendices.html;");
aI("text=References&nbsp;;url=http://www.qe3c.com/references.html;");
}

drawMenus();

