fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps _menuCloseDelay=250 // The time delay for menus to remain visible on mouse out _menuOpenDelay=20 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=10 // Follow scrolling Rate _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=10 // Only needed for Netcsape 4.x with(MainMenuStyle=new mm_style()){ onbgcolor="#Ff7400"; oncolor="#FFFFFF"; offbgcolor="#f5f5f5"; offcolor="#414956"; bordercolor="#AA8000"; borderstyle="solid"; borderwidth=0; separatorcolor="white"; separatorsize="1"; padding=0; fontsize="10px"; fontweight="normal"; fontfamily="Verdana, Arial, Helvetica, sans-serif"; pagecolor="#000000"; pagebgcolor="#EFEFEF"; headercolor="#000000"; headerbgcolor="#ffffff"; image="/images/m05.gif"; onsubimage="/images/seta_submenu.gif"; subimage="/images/seta_submenu.gif"; subimagepadding="0"; align="left"; } with(SubMenuStyle=new mm_style()){ onbgcolor="#Ff7400"; oncolor="#FFFFFF"; offbgcolor="#f5f5f5"; offcolor="#414956"; bordercolor="#414956"; borderstyle="solid"; borderwidth=1; separatorcolor="white"; separatorsize="1"; padding=0; fontsize="10px"; fontweight="normal"; fontfamily="Verdana, Arial, Helvetica, sans-serif"; pagecolor="#000000"; pagebgcolor="#EFEFEF"; headercolor="#000000"; headerbgcolor="#ffffff"; image="/images/m05.gif"; onsubimage="/images/seta_submenu.gif"; subimage="/images/seta_submenu.gif"; subimagepadding="0"; //overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#F3E8CD', Direction=135, Strength=5)"; //outfilter="Fade(duration=0.1)"; overflow="scroll"; } itemwidth_main_menu = 200; itemheight_main_menu = 15; itemwidth_sub_menu = 160; itemheight_sub_menu = 15; topo_sub_menu = "offset=2"; esquerda_sub_menu = "offset=-1"; posicao_main_menu = "relative"; posicao_sub_menu = "absolute"; orientacao_main_menu = "vertical"; orientacao_sub_menu = "vertical"; with(maxmenu=new menuname("Main Menu131")){ style=MainMenuStyle; alwaysvisible=1; itemwidth=itemwidth_main_menu; itemheight=itemheight_main_menu; position=posicao_main_menu; orientation=orientacao_main_menu; aI("text=Componentes;showmenu=1;"); aI("text=Computadores;showmenu=102;"); aI("text=Comunicações;showmenu=119;"); aI("text=Consumiveis;showmenu=85;"); aI("text=Jogos - Consolas;showmenu=49;"); aI("text=Multimédia;showmenu=111;"); aI("text=Periféricos ;showmenu=66;"); aI("text=Plasma- LCD;url=/-/ms_cat_pt_129_1_1_1_1/;"); aI("text=Portáteis;showmenu=140;"); aI("text=Software;showmenu=41;"); } drawMenus()