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()){
align="center";
//itemwidth=60;
bordercolor="#45633A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#45633A";
separatorsize=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
margin=0;
onbgcolor="#859369";
offbgcolor="#F3EBEA";
offcolor="#45633A";
oncolor="#FFFFFF";
onborder="1px solid #45633A";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagecolor="#FF6000";
clickcolor="#FF6000";
subimagepadding=3;
subimage="img/site/arrow.gif";
}

with (milonic=new menuname("Inventory")) {
   style=menuStyle;
   itemwidth=100;
   aI("text=Musicians;url=index.php?page=browse&task=musician;")
   aI("text=Bands;url=index.php?page=browse&task=band;")
   aI("text=Albums;url=index.php?page=browse&task=album;")
   aI("text=Songs;url=index.php?page=browse&task=song;")
   aI("text=Download;url=index.php?page=inventory;")
}

with (milonic=new menuname("Reviews")) {
   style=menuStyle;
   aI("text=Recordings;url=index.php?page=article&task=current&section=Reviews&category=Recordings;")
   aI("text=Concerts;url=index.php?page=article&task=current&section=Reviews&category=Concerts;")
}

with (milonic=new menuname("Info")) {
   style=menuStyle;
   aI("text=What's new on the site;url=index.php?page=whatsnew;")
   aI("text=Frequently asked questions;url=index.php?page=article&task=current&section=Faq;")
   aI("text=Create weblinks to us;url=index.php?page=linkto;")
   aI("text=Site statistics;url=index.php?page=sitestats;")
}
