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=0;
_subOffsetLeft=0;
with(mainStyle=new mm_style()){
padding=0;
separatorsize=0;
}
with(mainTextStyle=new mm_style()){
padding=5;
separatorsize=0;
offcolor="#FFF";
oncolor="#FFF";
}
with(subStyle=new mm_style()){
onborder="none";
offborder="none";
fontfamily="Arial, sans-serif";
fontweight="bold";
fontsize="12px";
headercolor="#FFF";
offbgcolor="#000";
onbgcolor ="#444";
offcolor="#FFF";
oncolor="#FFF";
padding=7;
pagecolor="#FFF";
itemwidth=200;
align="left";
bgimage="/art/sub-toc-bg.gif";
overbgimage="/art/sub-toc-bg-over.gif";
}

with(milonic=new menuname("main")){
alwaysvisible=1;
orientation="horizontal";
style=mainTextStyle;
alwaysvisible=1;
position="relative";
aI("text=`About Us`;showmenu=m9;");
aI("text=`News`;url=news.html;");
aI("text=`Employment`;url=employment.html;showmenu=m11;");
aI("text=`Directions`;showmenu=directions;");
aI("text=`Contact Us`;url=contact-us.html;showmenu=m12;");
aI("text=`Home`;url=index.html;");
}

with(milonic=new menuname("m9")) { style=subStyle;aI("text=`Value Proposition`;url=value-proposition.html;");aI("text=`Facilities`;url=parman-facilities.html;showmenu=m42;");aI("text=`History`;url=history.html;");aI("text=`Mission Statement`;url=mission-statement.html;");aI("text=`Leadership Team`;url=management-team.html;");}with(milonic=new menuname("m42")) { style=subStyle;aI("text=`Directions to Our Nashville Facility`;url=directions-to-nashville-office.html;");aI("text=`Directions to Our Chattanooga Facility`;url=directions-to-chattanooga-office.html;");}

with(milonic=new menuname("m11")) { style=subStyle;aI("text=`Posted Positions`;url=posted-positions.html;");aI("text=`Employment Application`;url=employment-application1.html;");}
with(milonic=new menuname("m12")) { style=subStyle;aI("text=`Nashville Sales and Customer Service`;url=nashville-sales-and-service.html;");aI("text=`Chattanooga Sales and Customer Service`;url=chattanooga-sales-and-service.html;");aI("text=`Inside Sales`;url=inside-sales1.html;");aI("text=`Need Help?`;url=need-help.html;");}

with(milonic=new menuname("directions")){
style=subStyle;
aI("text=`Nashville Office`;url=directions-to-nashville-office.html;");
aI("text=`Chattanooga Office`;url=directions-to-chattanooga-office.html;");
}

drawMenus();