_scrollAmount=5 // Used for Netscape 4 scrolling _scrollDelay=10 // Used for Netscape 4 scrolling _menuCloseDelay=500 // The delay for menus to remain visible on mouse off _menuOpenDelay=150 // The delay for opening menus on mouse over _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=0; // Sub menu offset Left position Goverfilter = "" Goutfilter = "" with(subStyle=new mm_style()){ onbgcolor = ""; oncolor = "#FF6600"; offbgcolor = ""; offcolor = "#666666"; bordercolor = "#999999"; borderstyle = ""; separatorcolor = "#666666"; separatorsize = 0; separatorpadding=0 padding = 2 borderwidth = 0 if(!mac)onborder=""; overfilter = "" outfilter = "" fontsize = "10px"; fontstyle = "normal"; fontfamily = "verdana, arial, tahoma"; pagebgcolor = ""; pagecolor = ""; subimage = ""; } mainStyle=new copyOf(subStyle) mainStyle.overfilter="" mainStyle.outfilter="" mainStyle.padding=4 //mainStyle.borderwidth=1 //mainStyle.separatorpadding=0 //mainStyle.onborder=""; mainStyle.separatorcolor = "#FFFFFF"; //mainStyle.subimage="/images/downboxed.gif"; //mainStyle.onbgcolor = "#4F8EB6"; mainStyle.oncolor = "#FF6600"; //mainStyle.offbgcolor = "#C1D7E4"; mainStyle.offcolor = "#FFFFFF"; mainStyle.screenposition = "center"; with(milonic=new menuname("mainmenu2")){ screenposition = "center"; top = 210; //left =150; style = mainStyle; alwaysvisible = 1; orientation="horizontal" aI("text=;url=index.php"); aI("text=NEWS;url=news.php"); aI("text=;"); aI("text=MEMBERS;showmenu=MEMBERS;"); aI("text=;"); aI("text=NEW RELEASES;showmenu=NEW RELEASES;"); aI("text=;"); //aI("text=UNRELEASED;showmenu=UNRELEASED;"); //aI("text=;"); aI("text=BACK CATALOGUE;showmenu=DISCOGRAPHY;"); aI("text=;"); aI("text=UK SHOP;url=shop.php?shop=uk;"); aI("text=;"); aI("text=US SHOP;url=shop.php?shop=us;"); aI("text=;"); aI("text=ABOUT;url=about.php"); aI("text=;"); } with(milonic=new menuname("MEMBERS")){ screenposition = "center"; style = subStyle; top = 228; margin=3 orientation="horizontal" aI("text=;"); aI("text=Downloads;url=downloads.php"); aI("text=;"); aI("text=Exclusive MP3s;url=mp3downloads_general.php?which_section=1;"); aI("text=;"); aI("text=Competitions;url=competitions.php;"); aI("text=;"); aI("text=Charts;url=charts.php;"); aI("text=;"); aI("text=Messageboard;url=forum.php;"); aI("text=;"); aI("text=Newsletter;url=newsletter.php"); } with(milonic=new menuname("NEW RELEASES")){ screenposition = "center"; style = subStyle; top = 228; margin=3 orientation="horizontal" aI("text=;"); aI("text=NICK WARREN SHANGHAI #028;url=info.php?ID=59");aI("text=;");aI("text=SASHA FUNDACION NYC;url=info.php?ID=60");aI("text=;");aI("text=DANNY HOWELLS MIAMI #027;url=info.php?ID=58"); } with(milonic=new menuname("UNRELEASED")){ screenposition = "center"; style = subStyle; top = 228; orientation="horizontal" margin=3 aI("text=;"); aI("text=GU DJ update;url=djupdate.php"); aI("text=;"); aI("text=Interviews;url=interviews.php"); aI("text=;"); aI("text=Reviews;url=reviews.php"); aI("text=;"); aI("text=MP3 Downloads;url=mp3downloads_general.php?which_section=2"); } with(milonic=new menuname("DISCOGRAPHY")){ screenposition = "center"; style = subStyle; top = 228; orientation="horizontal" margin=3 aI("text=;"); aI("text=Global Underground;url=discography_view_label.php?which_label=1"); aI("text=;"); aI("text=24:7;url=discography_view_label.php?which_label=4"); aI("text=;"); aI("text=GU[MUSIC];url=discography_view_label.php?which_label=5"); aI("text=;"); aI("text=Nubreed;url=discography_view_label.php?which_label=2"); aI("text=;"); aI("text=Prototype;url=discography_view_label.php?which_label=3"); aI("text=;"); aI("text=Other;url=discography_view_label.php?which_label=6"); } drawMenus()