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;

if (document.all.apppath.value != null)
{_applicationPath = document.all.apppath.value;}
else
{_applicationPath = "/bfw";}



with(menuStyle=new mm_style()){
bordercolor="#e06f6f";
borderstyle="solid";
borderwidth=0;
fontfamily="Helvetica,Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#479191";
offcolor="#fff";
onbgcolor="#479191";
oncolor="#91C0C0";
padding=2;
pagebgcolor="#479191";
pagecolor="#ffffff";
separatorcolor="#479191";
separatorsize=1;
separatorwidth=165;
subimage="";
subimagepadding=2;
valign='top';
}

with(books=new menuname("Main")){
alwaysvisible=1;
left=134;
orientation="horizontal";
style=menuStyle;
top=97;
aI("image=" + _applicationPath + "/images/nav-booksmedia-on.gif;showmenu=books;");
}

with(milonic=new menuname("books")){
style=menuStyle;
aI("image=" + _applicationPath + "/images/arrow2ctop-freeman-off.gif;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Intro to Biochemistry;url=" + _applicationPath + "/newcatalog.aspx?disc=Biochemistry&course=Introduction+to+Biochemistry&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Advanced Biochemistry;url=" + _applicationPath + "/newcatalog.aspx?disc=Biochemistry&course=Advanced+Biochemistry&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2c-freeman-off.gif;");
}

drawMenus();

