_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="#D7DF21"; oncolor="#000000"; offbgcolor="#000000"; offcolor="#D7DF21"; bordercolor="#D7DF21"; borderstyle="solid"; borderwidth=1; separatorcolor="#D7DF21"; separatorsize="1"; padding=2; fontsize="10px"; fontstyle="normal"; fontweight="bold"; fontfamily=" Verdana, Tahoma, Arial"; pagecolor="#D7DF21"; pagebgcolor="#000000"; headercolor="#ffffff"; headerbgcolor="#31638C"; subimage="arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.5);Alpha(opacity=85);Shadow(color='#000000', Direction=135, Strength=2)"; outfilter="randomdissolve(duration=0.4)"; } with(milonic=new menuname("Main Menu")){ itemwidth=72; style=menuStyle; alwaysvisible=1; orientation="horizontal"; aI("text=HOME;url=index.php;"); aI("text=MAGAZINE;url=magazine.php;showmenu=magazine;"); aI("text=DISCOPEOPLE;url=category.php?c=1"); aI("text=DISCOGIRLS;url=category.php?c=2;"); aI("text=PARTYGIRL;url=article.php?c=3&a=33;"); aI("text=IN DA CLUB;url=indaclub.php;"); aI("text=IN DA MIX;url=indamix.php;"); aI("text=CONTACT;url=contact.php;"); aI("text=DISCOIDEA;url=discoidea.php;"); aI("text=LOGIN;url=login.php;"); } with(milonic=new menuname("magazine")){ style=menuStyle; aI("text= anno II numero 1;url=magazine.php?m=2;");aI("text= anno II numero 2;url=magazine.php?m=4;");aI("text= anno II numero 3;url=magazine.php?m=5;");} with(milonic=new menuname("calendario2006")){ itemwidth=100; style=menuStyle; } drawMenus();