
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;

//main nav menu styles
with(menuStyle=new mm_style()){
fontfamily="Arial, Verdana, Tahoma";
fontsize="14px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="#336633";
onbgcolor="";
oncolor="#ECA511";
padding=5;
separatoralign="center";
separatorimage="/images/menu-separator.gif";
separatorsize=5;
separatorpadding=1;
align="left";
}
// main nav submenu styles
with(submenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
offborder="#ffffff";
onborder="#000000"
padding=3;
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#336633";
onbgcolor="#ffffff";
oncolor="#ECA511";
align="left";
}
// main menu defined in topnav.asp
// main menu sub navs defined in header asset






with(milonic=new menuname("Products")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';



aI("text=Vulcan;url=/products/vulcan/index.html;")


aI("text=I-Site;url=/products/i-site/index.html;")


aI("text=MineSuite;url=/products/minesuite/index.html;")
}


with(milonic=new menuname("Services")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';




aI("text=Consulting;url=/services/consulting.html;")



aI("text=Training;url=/services/training.html;")



aI("text=IT Solutions;url=/services/it_solutions.html;")

}


with(milonic=new menuname("Solutions")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';




aI("text=Environment;url=/solutions/environment.html;")



aI("text=Human Resources;url=/solutions/human_resources.html;")



aI("text=Safety;url=/solutions/safety.html;")

}


with(milonic=new menuname("Support")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';



aI("text=Vulcan Support;url=/support/contact_vulcan_support.html;")


aI("text=I-Site Support;url=/support/contact_i-site_support.html;")


aI("text=MineSuite Support;url=/support/contact_minesuite_support.html;")
}


with(milonic=new menuname("News")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';



aI("text=Press Releases;url=/press_releases/press_releases.html;")


aI("text=Forge Newsletter;url=/forge/march_2010/index.html;")
}


with(milonic=new menuname("About Maptek")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';



aI("text=Company History;url=/about_maptek/company_history.html;")


aI("text=Careers;url=/careers/index.html;")


aI("text=Maptek Events;url=/about_maptek/maptek_events/maptek_events.html;")


aI("text=Industry Events;url=/about_maptek/industry_events.html;")
}


with(milonic=new menuname("Contact")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';



aI("text=Contact Maptek;url=/contact/index.html;")


aI("text=Global Locations;url=/contact/maptek_global_locations.html;")


aI("text=Support Contacts;url=/contact/contact_support.html;")


aI("text=Sales Contacts;url=/contact/contact_sales.html;")


aI("text=Media Relations;url=/contact/media_relations.html;")
}


drawMenus();

//GLOBAL SITES STYLES
with(GlobalSitesStyle=new mm_style()){
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="#336633";
onbgcolor="";
oncolor="#ECA511";
padding=3;
separatorcolor="#336633";
separatorsize=1;
separatorpadding=3;
separatorheight=10;
separatoralign="center";
align="left";
}
//GLOBAL SITES SUBMENUS STYLES
with(GlobalSitesSubStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#336633";
onbgcolor="#FFFFFF";
oncolor="#ECA511";
padding=3;
pagebgcolor="#FFFFFF";
pagecolor="#336633";
align="left";
}


//SUB MENUS FOR LOGIN | REGISTER | GLOBAL SITES
with(milonic=new menuname("Sites")){
itemwidth=110;
style=GlobalSitesSubStyle;
align='left';


aI("text=Australia;url=;");


aI("text=United States;url=;");


aI("text=Brazil;url=;");


aI("text=Chile;url=;");


aI("text=Mexico;url=;");


aI("text=Peru;url=;");


aI("text=South Africa;url=;");


aI("text=United Kingdom;url=;");

}

drawMenus();