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=4;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
styleid=1;
fontfamily="Helvetica, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
offcolor="#ffffff";
oncolor="#999999";
padding=8;
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=1;
separatorheight=13;
}

with(menuStyle=new mm_style()){
fontfamily="Helvetica, Arial";
fontsize="11pt";
fontstyle="normal";
fontweight="bold";
offcolor="#ffffff";
oncolor="#999999";
padding=8;
separatorcolor="#ffffff";
separatorsize=1;
separatorheight=15;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=Aboutus;text=About Us;");
aI("showmenu=Services;text=Services;");
aI("showmenu=Lakeshore;text=FKC-Lake Shore;");
aI("text=FKC ULC;url=fkculc.html;");
aI("showmenu=Projects;text=Projects;url=;");
aI("showmenu=Careers;text=Careers;");
aI("text=Contact;url=contact.html;");
}

with(milonic=new menuname("Aboutus")){
orientation="horizontal";
style=submenuStyle;
top="offset=-6";
aI("text=Safety;url=safety.html;");
aI("text=History;url=history.html;");
aI("text=Organization;url=organization.html;");
aI("text=Management;url=management.html;");
aI("text=News;url=news.html;");
}

with(milonic=new menuname("Services")){
orientation="horizontal";
style=submenuStyle;
top="offset=-6";
aI("text=Civil Construction;url=civil.html;");
aI("text=Mine Development;url=mining.html;");
aI("text=Drilling;url=drilling.html;");
aI("text=Technical Services;url=technicalservices.html;");
aI("text=Electrical Services;url=electricalservices.html;");
}

with(milonic=new menuname("Lakeshore")){
orientation="horizontal";
style=submenuStyle;
top="offset=-6";
aI("text=Hoisting Systems;url=hoistingsystems.html;");
aI("text=Vertical Belts;url=verticalbelts.html;");
aI("text=Elevator Systems;url=elevatorsystems.html;");
aI("text=Brakeman Cars;url=brakemancars.html;");
aI("text=Field Services;url=fieldservices.html;");
}

with(milonic=new menuname("Projects")){
orientation="horizontal";
style=submenuStyle;
top="offset=-6";
aI("text=Project Map;url=currentprojects.html;target=_blank");
aI("text=Civil;url=civilprojects.html;");
aI("text=Mining;url=miningprojects.html;");
aI("text=FKC-Lake Shore;url=fkclakeshoreprojects.html;");
aI("text=Bid Specs;url=bidspecs/index.html;target=_blank");
}

with(milonic=new menuname("Careers")){
orientation="horizontal";
style=submenuStyle;
top="offset=-6";
aI("text=Work with Us;url=workwithus.html;");
aI("text=Job Openings;url=jobopenings.html;");
aI("text=Apply Online;url=http://www.frontierkemper.com/applyonline;target=_blank");
}

drawMenus();

