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/arrow2b-off.gif;overimage=" + _applicationPath + "/images/arrow2b-on.gif;text=business &<br>technical writing;url=" + _applicationPath + "/newcatalog.aspx?disc=English&course=Business+and+Technical+Writing&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=composition;url=" + _applicationPath + "/newcatalog.aspx?disc=English&course=Composition&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=developmental english;url=" + _applicationPath + "/newcatalog.aspx?disc=English&course=Developmental+English&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=literature & linguistics;url=" + _applicationPath + "/newcatalog.aspx?disc=English&course=Literature+and+Linguistics&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=TeachingCentral;url=" + _applicationPath + "/newcatalog.aspx?disc=English&course=TeachingCentral&show=yes;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=MediaCentral;url=" + _applicationPath + "/newcatalog.aspx?disc=English&technology=All&show=yes;");
aI("image=" + _applicationPath + "/images/arrow2c-off.gif;");
}

drawMenus();

