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";}
_applicationPath = "http://" + location.host;



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.gif;overimage=" + _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=College Success;url=" + _applicationPath + "/newcatalog.aspx?disc=TradeUp&course=College+Success&show=yes&header=All;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=Communication;url=" + _applicationPath + "/newcatalog.aspx?disc=TradeUp&course=Communication&show=yes&header=All;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=English;url=" + _applicationPath + "/newcatalog.aspx?disc=TradeUp&course=English&show=yes&header=All;");
aI("image=" + _applicationPath + "/images/arrow2-off.gif;overimage=" + _applicationPath + "/images/arrow2-on.gif;text=History;url=" + _applicationPath + "/newcatalog.aspx?disc=TradeUp&course=History&show=yes&header=All;");
aI("image=" + _applicationPath + "/images/arrow2c-off.gif;");
}

drawMenus();

