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=/cl/productos/vulcan/index.html;target=_parent")
aI("text=I-Site;url=/cl/productos/i-site/index.html;target=_parent")
aI("text=MineSuite;url=/cl/productos/minesuite/index.html;target=_parent")
}


with(milonic=new menuname("Soluciones")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Exploraci&oacute;n;url=/cl/soluciones/exploracion.html;target=_parent")
aI("text=Planeaci&oacute;n de Mina;url=/cl/soluciones/planificacion.html;target=_parent")
aI("text=Operaci&oacute;n de Mina;url=/cl/soluciones/operacion.html;target=_parent")
aI("text=Producci&oacute;n de Minas;url=/cl/soluciones/produccion.html;target=_parent")
}


with(milonic=new menuname("Servicios")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Consultor&#237;a;url=/cl/servicios/consulting.html;target=_parent")
aI("text=Capacitaci&#243;n;url=/cl/servicios/capacitacion.html;target=_parent")
aI("text=Soluciones IT;url=/cl/servicios/it_solutions.html;target=_parent")
}


with(milonic=new menuname("Soporte")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Contacte a Soporte;url=/cl/soporte/contact_support.html;target=_parent")
aI("text=Descargas;url=/cl/soporte/downloads.html;target=_parent")
aI("text=&Aacute;rea de Usuarios;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=_new")
aI("text=Bolet&iacute;n de Noticias Forge;url=/cl/forge/;target=_parent")
aI("text=Blogs;url=/cl/blogs/;target=_parent")
aI("text=Eventos;url=/news/events.php;target=_new")
}


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=/cl/acerca_de_maptek/company_history.html;")
aI("text=Carreras;url=/cl/carreras/;")
}


with(milonic=new menuname("Contacto")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Ubicaci&oacute;n Global;url=/cl/contacto/maptek_global_locations.html;target=_parent")
aI("text=Contactos de Soporte;url=/cl/contacto/contact_support.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=United States;url=/index.html;");


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=/index.html;");

}

drawMenus();
