fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#666666";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#000000";
pagecolor="ffffff";
separatorcolor="#000000";
separatorsize=1;
subimage="http://i4.photobucket.com/albums/y117/ledzeppelinorg1/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Current News;url=/news/index.php?m=2009news;");
aI("text=Site News;url=/news/index.php?m=sitenews;");
aI("text=This Month In Zep History;url=/news/index.php?m=thismonth;");
}

with(milonic=new menuname("Multimedia")){
style=menuStyle;
aI("text=Audio Archive;url=/multimedia/index.php?m=audioarchive;");
aI("text=Photo Archive;url=/multimedia/photoarchive/index.php;");
aI("text=Software;url=/multimedia/index.php?m=software;");
aI("text=Tablature;url=/multimedia/index.php?m=tablature;");
aI("text=User Submissions;url=/multimedia/index.php?m=usersub;");
}

with(milonic=new menuname("Reference")){
style=menuStyle;
aI("text=Assorted Info;url=/reference/index.php?m=assortedinfo;");
aI("text=Biography;url=/reference/index.php?m=biography;");
aI("text=Concert Info;url=/reference/index.php?m=concertinfo;");
aI("text=Discography;url=/reference/discography/index.php;");
aI("text=Fanzines;url=/reference/index.php?m=fanzines;");
aI("text=Interviews;url=/reference/index.php?m=interviews;");
aI("text=Lyrics;url=/reference/lyrics/index.php;");
aI("text=Online Mailing Lists;url=/reference/index.php?m=mailinglists;");
aI("text=Other Led Zep Sites;url=/reference/index.php?m=othersites;");
aI("text=Song Files;url=/reference/songfiles/index.php;");
aI("text=The Starship;url=/reference/index.php?m=starship;");
aI("text=Studio & Live Gear;url=/reference/gear/index.php;");
}

with(milonic=new menuname("Interactive")){
style=menuStyle;
aI("text=Guestbook;url=/interactive/guestbook/index.php;");
aI("text=Media Reviews;url=/interactive/index.php?m=mediareviews;");
aI("text=Message Forum;url=/phpBB/index.php;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Advertising;url=/contactus/index.php?m=advertising;");
aI("text=Contact & Feedback;url=/contactus/index.php?m=contactfeedback;");
aI("text=Help Us;url=/contactus/index.php?m=helpus;");
aI("text=Link To Us;url=/contactus/index.php?m=linktous;");
}

drawMenus();


