_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(MainMenuStyle=new mm_style()){ onbgcolor="#333333"; oncolor="#F35B15"; offbgcolor="none"; offcolor="#ADADAD"; //bordercolor="#296488";// //borderstyle="solid";// //borderwidth=1;// //separatorcolor="#ADADAD";// separatorimage="/images/top_separator.gif"; separatorsize="2"; padding=5; fontsize="9px"; //fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; //pagecolor="black";// //pagebgcolor="#82B6D7";// //headercolor="#000000";// //headerbgcolor="#ffffff";// //subimage="menuimages/arrow.gif";// //subimagepadding="2";// //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";// //outfilter="randomdissolve(duration=0.3)";// } with(SubMenuStyle=new mm_style()){ onbgcolor="#F35B15"; oncolor="#333333"; offbgcolor="363636"; offcolor="#ADADAD"; bordercolor="#4A4A4A"; borderstyle="solid"; borderwidth=1; itemwidth=100; padding=3; fontsize="10px"; //fontstyle="normal";// fontfamily="Verdana, Tahoma, Arial"; //pagecolor="black";// //pagebgcolor="#82B6D7";// //headercolor="#000000";// //headerbgcolor="#ffffff";// //subimage="menuimages/arrow.gif";// //subimagepadding="2";// //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";// //outfilter="randomdissolve(duration=0.3)";// } topo_sub_menu = "offset=2"; esquerda_sub_menu = "offset=-1"; posicao_main_menu = "relative"; posicao_sub_menu = "absolute"; orientacao_main_menu = "horizontal"; orientacao_sub_menu = "vertical"; with(maxmenu=new menuname("7")){ style=SubMenuStyle; top=topo_sub_menu; left=esquerda_sub_menu; position=posicao_sub_menu; orientation=orientacao_sub_menu; aI("text=fotos;url=/galeria/galeria.php?album=1;"); aI("text=flyers;url=/galeria/galeria.php?album=2;"); } with(maxmenu=new menuname("Main Menu")){ style=MainMenuStyle; alwaysvisible=1; position=posicao_main_menu; orientation=orientacao_main_menu; aI("text=home;url=/documento-cat2-lang_pt.html;"); aI("text=portfolio;url=/documento-cat3-lang_pt.html;"); aI("text=artists;url=/arquivo-6-lang_pt.html;"); aI("text=gallery;showmenu=7;"); aI("text=forum;url=/forum/;"); aI("text=links;url=/documento-cat22-lang_pt.html;"); aI("text=mailing;url=javascript:popnews();;"); aI("text=contact;url=/documento-cat24-lang_pt.html;"); }