


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#009371";
oncolor="#ffffff";
offbgcolor="#eeeeee";
offcolor="#929292";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#0188D9";
headercolor="#cccccc";
headerbgcolor="#ffffff";
subimage="/images/top/arrow.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);/*Shadow(color='#777777', Direction=135, Strength=5*/)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Produtos")){
style=menuStyle;
top=225;
left=157;
if(window.screen.width=="1024"){ left=270; }
if(window.screen.width=="1280"){ left=400; }
aI("text=Acess&oacute;rios Automotivos;url=/produtos/linha.aspx?codSecao=acessoriosautomotivos;showmenu=Acessórios;status=Acessórios Automotivos;");
aI("text=GNV;url=/produtos/linha.aspx?codSecao=gnv;showmenu=GNV;status=GNV;");
aI("text=PowerFlex;url=/produtos/linha.aspx?codSecao=FLEX;showmenu=FLEX;status=FLEX;");
}

with(milonic=new menuname("Acessórios")){
style=menuStyle;
aI("text=Alarmes;url=/produtos/tipo.aspx?codSecao=acessoriosautomotivos&codSubItem=alarmes;");
aI("text=Levantadores de Vidro;url=/produtos/tipo.aspx?codSecao=acessoriosautomotivos&codSubItem=levantadores;");
aI("text=Travas El&eacute;tricas;url=/produtos/tipo.aspx?codSecao=acessoriosautomotivos&codSubItem=travaseletricas;");

}

with(milonic=new menuname("GNV")){
style=menuStyle;
aI("text=Comutadoras;url=/produtos/tipo.aspx?codSecao=gnv&codSubItem=comutadoras;");
aI("text=Redutores de Press&atilde;o;url=/produtos/tipo.aspx?codSecao=gnv&codSubItem=redutores;");
aI("text=Variadores de Avan&ccedil;o;url=/produtos/tipo.aspx?codSecao=gnv&codSubItem=variadores;");
aI("text=Gerenciadores de Fluxo;url=/produtos/tipo.aspx?codSecao=gnv&codSubItem=gerenciadores;");
aI("text=Emuladores de Injetores;url=/produtos/tipo.aspx?codSecao=gnv&codSubItem=emuladores;");
aI("text=Simuladores de Sonda;url=/produtos/tipo.aspx?codSecao=gnv&codSubItem=simuladores;");
aI("text=Acess&oacute;rios de Programa&ccedil;&atilde;o;url=/produtos/tipo.aspx?codSubItem=acessorios_programacao;");
aI("text=Acess&oacute;rios;url=/produtos/tipo.aspx?codSecao=gnv&codSubItem=acessorios;");
}

with(milonic=new menuname("FLEX")){
style=menuStyle;
aI("text=Conversores PowerFlex;url=/produtos/tipo.aspx?codSecao=flex&codSubItem=conversores;");
aI("text=Partida a Frio;url=/produtos/tipo.aspx?codSecao=flex&codSubItem=kitpartidaafrio;");
aI("text=Variadores de Avan&ccedil;o;url=/produtos/tipo.aspx?codSecao=gnv&codSubItem=variadores;");
}

/* with(milonic=new menuname("Institucional")){
style=menuStyle;
top=75;
left=265;

aI("text=Hist&oacute;rico;url=/institucional/aempresa/historico.aspx;");
aI("text=Pol&iacute;tica da Qualidade;url=/institucional/aempresa/politicadequalidade.aspx;");
aI("text=Miss&atilde;o e Objetivo;url=/institucional/aempresa/missaoeobjetivo.aspx;");
aI("text=Conhe&ccedil;a Nosso Processo;url=/institucional/aempresa/nossoprocesso.aspx;");
aI("text=&Aacute;rea de Atua&ccedil;&atilde;o;url=/institucional/aempresa/areadeatuacao.aspx;");
} */

drawMenus();