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("Productos")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Vulcan;url=/mx/productos/vulcan/index.html;target=_parent")
aI("text=I-Site;url=/mx/productos/i-site/index.html;target=_parent")
}


with(milonic=new menuname("Soluciones")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Exploration;url=/solutions/exploration.html;target=_parent")
aI("text=Mine Planning;url=/solutions/mine_planning.html;target=_parent")
aI("text=Mine Operation;url=/solutions/mine_operation.html;target=_parent")
aI("text=Mine Production;url=/solutions/mine_production.html;target=_parent")
}

with(milonic=new menuname("Servicios")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Consultor&#237;a;url=/mx/servicios/consulting.html;target=_parent")
aI("text=Capacitaci&#243;n;url=/mx/servicios/training.html;target=_parent")
aI("text=Soluciones IT;url=/mx/servicios/it_solutions.html;target=_parent")
}


with(milonic=new menuname("Soporte")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Contact Support;url=/mx/soporte/contact_support.html;target=_parent")
aI("text=Downloads;url=/mx/soporte/downloads.html;target=_parent")
aI("text=Users Area;url=/users/;target=_parent")
}


with(milonic=new menuname("Noticias")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Comunicados de Prensa;url=/press_releases/;target=_parent")
aI("text=Forge Newsletter;url=/mx/forge/;target=_parent")
aI("text=Blogs;url=/blogs/;target=_parent")
aI("text=Eventos;url=/news/events.php;target=_parent")
}

with(milonic=new menuname("Compa&#241;&#237;a")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Historia de la Compa&#241;&#237;a;url=/mx/acerca_de_maptek/company_history.html;")
aI("text=Carreras;url=/mx/carreras/;")
}



with(milonic=new menuname("Contacto")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Global Locations;url=/mx/contacto/maptek_global_locations.html;target=_parent")
aI("text=Support Contacts;url=/mx/contacto/contact_support.html;target=_parent")
aI("text=Sales Contacts;url=/mx/contacto/contact_sales.html;target=_parent")
}


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=/index.html;");


aI("text=Estados Unidos;url=/index.html;");


aI("text=Brasil;url=;");


aI("text=Chile;url=;");


aI("text=M&#233;xico;url=;");


aI("text=Per&#250;;url=;");


aI("text=Sur &#193;frica;url=;");


aI("text=Reino Unido;url=/index.html;");

}

drawMenus();
