_menuCloseDelay=300				// The time delay for menus to remain visible on mouse out
_menuOpenDelay=0				// The time delay before menus open on mouse over
_followSpeed=5					// Follow scrolling speed
_followRate=40					// Follow scrolling Rate
_subOffsetTop=0					// Posição do Submenu alinhado ao topo
_subOffsetLeft=0				// Posição do Submenu alinhado a esquerda
_scrollAmount=3					// Necessário somente para Netscape 4.x
_scrollDelay=20					// Necessário somente para Netscape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#004795";
oncolor="#ffffff";
offbgcolor="#002a58";
offcolor="#ffffff";
bordercolor="#FFF";
borderstyle="solid";
separatorcolor="#FFF";
padding="6";					//cellpad
fontsize="11px";
fontstyle="bold";
fontweight="bold";
fontfamily="Tahoma, Arial";
pagecolor="#ffffff";		//cor da letra do link selecionado		
pagebgcolor="#004795";		//cor de fundo do link selecionado
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="4";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#C2CCD6', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}

// menu sobre a tandberg

with(reserva=new menuname("sobre")){
style=menuStyle;
overflow="scroll";
aI("text=Histórico;url=sobre_historico.asp;");
aI("text=Tour na Fábrica;url=sobre_fabrica.asp;");
aI("text=Sala de imprensa;url=sobre_pressreleases.asp;");
aI("text=Programa de Canais;url=sobre_programa_canais.asp;");
aI("text=Proteção Ambiental;url=sobre_prot_ambiental.asp;");
aI("text=Certificados de Qualidade;url=sobre_certificados.asp;");
aI("text=TV/Hifi/Vídeo/Etc.;url=sobre_tv.asp;");
}

// menu produtos

with(reserva=new menuname("produtos")){
style=menuStyle;
overflow="scroll";
aI("text=RDX;url=produtos_rdx.asp;");
aI("text=Produtos de Automação;showmenu=automacao;");
aI("text=Tape Drivers LTO;showmenu=lto;");
aI("text=Tape Drivers SLR;showmenu=slr;");
aI("text=Cartuchos;url=produtos_cartuchos.asp;");
}

with(reserva=new menuname("automacao")){
style=menuStyle;
aI("text=Tape Library LTO;showmenu=sublto;");
aI("text=Tape Library SLR;url=produtos_auto_tapelibraryslr.asp;");
aI("text=Autoloader SLR;url=produtos_auto_autoloaderslr.asp;");
aI("text=1U StorageLoader LTO;url=produtos_auto_1ustorageloaderlto3.asp;");
aI("text=1U StorageLoader VS160;url=produtos_auto_1ustorageloadervs160.asp;");
}

with(reserva=new menuname("sublto")){
style=menuStyle;
aI("text=Enterprise Libraries;showmenu=subel;");
aI("text=Storagelibrary T40;url=produtos_automacao_lto_t40.asp;");
aI("text=M2800 Tape Library;url=produtos_automacao_lto_m2800.asp;");
aI("text=S24 Tape Library;url=produtos_automacao_lto_s24.asp;");
aI("text=Magnum 224;url=produtos_automacao_lto_mag224.asp;");
aI("text=Magnum 448;url=produtos_automacao_lto_mag448.asp;");
}

with(reserva=new menuname("subel")){
style=menuStyle;
aI("text=TLS8466/88264;url=produtos_automacao_lto_el_tls8466.asp;");
}

with(reserva=new menuname("slr")){
style=menuStyle;
aI("text=SLR140;url=produtos_slr_slr140.asp;");
aI("text=SLR100;url=produtos_slr_slr100.asp;");
aI("text=SLR75;url=produtos_slr_slr75.asp;");
aI("text=SLR60;url=produtos_slr_slr60.asp;");
aI("text=SLR7;url=produtos_slr_slr7.asp;");
aI("text=Tecnologia SLR;url=produtos_slr_tecnologia.asp;");
}

with(reserva=new menuname("lto")){
style=menuStyle;
aI("text=LTO - 840;url=produtos_lto_lto840.asp;");
aI("text=LTO - 440;url=produtos_lto_lto440.asp;");
aI("text=LTO - 420;url=produtos_lto_lto420.asp;");
aI("text=LTO - 220;url=produtos_lto_lto220.asp;");
}

// menu suporte

with(reserva=new menuname("suporte")){
style=menuStyle;
overflow="scroll";
aI("text=Serviços e reparos;url=suporte_reparos.asp;");
//aI("text=Serviço de Troca Avançada;url=suporte_psta.asp;");
aI("text=Declaração de garantia;url=suporte_garantia.asp;");
aI("text=Registro de produtos - garantia;url=suporte_reg_garantia.asp;");
aI("text=Drivers e Downloads;url=http://www.tandbergdata.com/us/en/support/drivers-and-downloads/;");
aI("text=Compatibilidade;url=http://www.tandbergdata.com/us/en/support/compatibility/softwareosfc-compatibility/;");
aI("text=Documentação;showmenu=supdoc;");
aI("text=Abertura de Chamado;url=suporte_tecnico_chamado.asp;");
aI("text=Contate o Suporte Técnico;url=suporte_tecnico.asp;");
}

with(reserva=new menuname("supdoc")){
style=menuStyle;
aI("text=Manuais dos produtos;url=http://www.tandbergdata.com/us/en/support/documentation/product-manuals/;");
}


// linha necessária para fazer o draw no menu 
drawMenus();
