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;
font_variable=" Arial[, 10[, charset[,UNDERLINE]]]" 

if (document.all.apppath.value != null)
{_applicationPath = document.all.apppath.value;}
else
{_applicationPath = "/bfw_web";}



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="#F0B95A";
offcolor="#fff";
onbgcolor="#F0B95A";
oncolor="#ededed";
padding=2;
pagebgcolor="#F0B95A";
pagecolor="#ffffff";
separatorcolor="#F0B95A";
separatorsize=1;
separatorwidth=165;
subimage="";
subimagepadding=2;
valign='top';
}

with(books=new menuname("Main")){
alwaysvisible=1;
left=127;
orientation="horizontal";
style=menuStyle;
top=97;
aI("image=" + _applicationPath + "/images/nav-booksmedia-bfw.gif;overimage=" + _applicationPath + "/images/nav-booksmedia-bfw-on.gif;showmenu=books;");
}

with(milonic=new menuname("books")){
style=menuStyle;
aI("image=" + _applicationPath + "/images/arrowbtop-off.gif;");
aI("image=" + _applicationPath + "/images/arrow-off.gif;overimage=" + _applicationPath + "/images/arrow-on.gif;text=language arts;url=" + _applicationPath + "/newcatalog.aspx?disc=HS&course=Language+Arts&show=yes;header=new;");
aI("image=" + _applicationPath + "/images/arrow-off.gif;overimage=" + _applicationPath + "/images/arrow-on.gif;text=mathematics;url=" + _applicationPath + "/newcatalog.aspx?disc=HS&course=Mathematics&show=yes;header=new;");
aI("image=" + _applicationPath + "/images/arrow-off.gif;overimage=" + _applicationPath + "/images/arrow-on.gif;text=science;url=" + _applicationPath + "/newcatalog.aspx?disc=HS&course=Science&show=yes;header=new;");
aI("image=" + _applicationPath + "/images/arrow-off.gif;overimage=" + _applicationPath + "/images/arrow-on.gif;text=social studies;url=" + _applicationPath + "/newcatalog.aspx?disc=HS&course=Social+Studies&show=yes;header=new;");
aI("image=" + _applicationPath + "/images/arrowb-off.gif;");
}

drawMenus();

