_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuStyle=new mm_style()){ onbgcolor="#4D4B54"; oncolor="#FFFFFF"; offbgcolor="#F2F2F4"; offcolor="#515151"; bordercolor="#5D5844"; borderstyle="solid"; borderwidth=1; separatorcolor="#5D5844"; separatorsize="1"; padding=5; fontsize="65%"; fontstyle="normal"; fontfamily="Verdana"; pagecolor="black"; pagebgcolor="#F3F3F3"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=2)"; outfilter="randomdissolve(duration=0.1)"; } with(milonic=new menuname("Menu_1")){ style=menuStyle; aI("text=Histórico;url=historico.php"); aI("text=Valores Corporativos;url=valores_corp.php"); aI("text=Nossos Executivos;url=executivos.php"); aI("text=Trabalhe na Unitech;url=trabalhe_conosco.php"); aI("text=Certificações;url=certificacoes.php"); aI("text=Nossos Clientes;url=nossos_clientes.php"); aI("text=Programa de Parceria;url=programa_parceria.php"); } with(milonic=new menuname("Menu_2")){ style=menuStyle; aI("text=Novas Tecnologias;url=fabricantes.php"); aI("text=Remarketing;url=remarketing.php"); } with(milonic=new menuname("Menu_3")){ style=menuStyle; aI("text=Consultoria e Projetos;url=consultoria_projetos.php"); aI("text=Suporte e Manutenção;url=suporte_manutencao.php"); } with(milonic=new menuname("Menu_4")){ style=menuStyle; aI("text=Nenhum registro encontrado"); } with(milonic=new menuname("Menu_5")){ style=menuStyle; aI("text=Central de Atendimento Unitech;url=central_atendimento.php"); aI("text=Fale com a Unitech;url=atendimento.php"); } with(milonic=new menuname("Menu_6")){ style=menuStyle; aI("text=Nenhum registro encontrado"); } drawMenus();