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="#C26288";
borderstyle="solid";
borderwidth=0;
fontfamily="Helvetica,Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#C26288";
offcolor="#fff";
onbgcolor="#C26288";
oncolor="#dfadc3";
padding=2;
pagebgcolor="#C26288";
pagecolor="#ffffff";
separatorcolor="#C26288";
separatorsize=1;
separatorwidth=171;
subimage="";
subimagepadding=2;
valign='top';
}

with(books=new menuname("Main")){
alwaysvisible=1;
left=99;
orientation="horizontal";
style=menuStyle;
top=98;
aI("image=" + _applicationPath + "/images/nav-booksmedia-bsm-on.gif;showmenu=books;");
}

with(milonic=new menuname("books")){
style=menuStyle;
aI("image=" + _applicationPath + "/images/arrow2ctop-off.gif;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=u.s. history;url=" + _applicationPath + "/newcatalog.aspx?disc=History&course=U.S.+History&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=european history;url=" + _applicationPath + "/newcatalog.aspx?disc=History&course=European+History&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=world history;url=" + _applicationPath + "/newcatalog.aspx?disc=History&course=World+History&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2b-off.gif;overimage=" + _applicationPath + "/images/arrow2b-on.gif;text=the bedford series<br> in history & culture;url=" + _applicationPath + "/newcatalog.aspx?disc=History&course=The+Bedford+Series+in+History+%26+Culture&show=yes&header=New;");
//aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=professional resources;url=" + _applicationPath + "/newcatalog.aspx?disc=History&course=Professional+Resources&show=yes&header=New");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=writing guides / methodology;url=" + _applicationPath + "/newcatalog.aspx?disc=History&course=Writing+Guides+%2f+Methodology&show=yes&header=New");
aI("image=" + _applicationPath + "/images/arrow2c-off.gif;");
}


drawMenus();

