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("Produtos")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Vulcan;url=/br/products/vulcan/;target=_parent")
aI("text=I-Site;url=/br/products/i-site/;target=_parent")
}


with(milonic=new menuname("Solu&#231;&#245;es")){
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("Servi&#231;os")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Consultoria;a;url=/br/services/consulting.html;target=_parent")
aI("text=Treinamento;n;url=/br/services/training.html;target=_parent")
aI("text=Tecnologia de Informa&#231;&#227;o;url=/br/services/it_solutions.html;target=_parent")
}


with(milonic=new menuname("Suporte")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Contato com o suporte;url=/cl/support/contact_support.html;target=_parent")
aI("text=Downloads;url=/support/downloads.html;target=_parent")
aI("text=Área de Usuários;url=/users/;target=_parent")
}


with(milonic=new menuname("Not&#237;cias")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Comunicado de Imprensa;url=/press_releases/;target=_parent")
aI("text=Forge Newsletter;url=/cl/forge/;target=_parent")
aI("text=Blogs;url=/blogs/;target=_parent")
aI("text=Eventos;url=/news/events.php;target=_parent")
}


with(milonic=new menuname("Sobre Maptek")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Hist&#243;rico da Empresa;url=/br/about_maptek/company_history.html;target=_parent")
aI("text=Carreiras;url=/br/careers/;target=_parent")
}


with(milonic=new menuname("Contato")){
overflow="scroll";
itemwidth=100;
style=submenuStyle;
align='left';

aI("text=Global Locations;url=/br/contact/maptek_global_locations.html;target=_parent")
aI("text=Support Contacts;url=/br/contact/contact_support.html;target=_parent")
aI("text=Sales Contacts;url=/br/contact/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=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();
