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=128;
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=Geometry;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Geometry&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Liberal Arts Mathematics;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Liberal+Arts+Mathematics&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Discrete Mathematics;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Discrete+Mathematics&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Calculus;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Calculus&show=yes&header=New;");
//aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Differential Equations;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Differential+Equations&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Linear Algebra;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Linear+Algebra&show=yes&header=New;");
//aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2top-freeman-on.gif;text=Bridge to Advanced Mathematics/<br>Intro to Proofs;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Bridge+to+Advanced+Mathematics+%2F+Intro+to+Proofs&show=yes&header=New;");
//aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Abstract Algebra;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Abstract+Algebra&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Number Theory;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Number+Theory&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Complex Analysis/Complex Variables;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Complex+Analysis+%2F+Complex+Variables&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-freeman-off.gif;overimage=" + _applicationPath + "/images/arrow2-freeman-on.gif;text=Euclidean/Non-Euclidean Geometries;url=" + _applicationPath + "/newcatalog.aspx?disc=Mathematics&course=Euclidean+%2F+Non-Euclidean+Geometries&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2c-freeman-off.gif;");
}

drawMenus();

