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=Management;url=management.html;");
aI("text=News;url=news.html;");
aI("text=Download FKCI & FKC-Lake Shore Brochures;url=brochures.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=https://www.pcrecruiter.net/pcrbin/apply.asp?r=JVgj8amqVPn%2fcxxVfHRrpQ8yp6zTOfJbimADN0nx7W1ZhoRQ8Ekh1gippC80aLQRZJbN7cQ1en2L%0d%0a1G98Ia1A0ImIYJKQCjmXRT8rUxgxjN0V%2b5k%3d;target=_blank");
}

drawMenus();


