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="#ffc333";
offcolor="#fff";
onbgcolor="#ffc333";
oncolor="#ffedc2";
padding=2;
pagebgcolor="#ffc333";
pagecolor="#ffffff";
separatorcolor="#ffc333";
separatorsize=1;
separatorwidth=110;
subimage="";
subimagepadding=2;
valign='top';
}

with(books=new menuname("Main")){
alwaysvisible=1;
left=21;
orientation="horizontal";
style=menuStyle;
top=97;
aI("image=" + _applicationPath + "/images/nav-psych.gif;overimage=" + _applicationPath + "/images/nav-psych-on.gif;showmenu=courses;url=" + _applicationPath + "/newcatalog.aspx?disc=Psychology&show=yes&header=New;");
}

with(milonic=new menuname("courses")){
style=menuStyle;
aI("image=" + _applicationPath + "/images/arrow2ctop-psychology-off.gif;");
//aI("image=" + _applicationPath + "/images/arrow2-psychology-off.gif;overimage=" + _applicationPath + "/images/arrow2-psychology-on.gif;text=Psychology;url=" + _applicationPath + "/newcatalog.aspx?disc=Psychology&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-psychology-off.gif;overimage=" + _applicationPath + "/images/arrow2-psychology-on.gif;text=Economics;url=" + _applicationPath + "/newcatalog.aspx?disc=Economics&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2-psychology-off.gif;overimage=" + _applicationPath + "/images/arrow2-psychology-on.gif;text=Sociology;url=" + _applicationPath + "/newcatalog.aspx?disc=Sociology&show=yes&header=New;");
aI("image=" + _applicationPath + "/images/arrow2c-psychology-off.gif;");
}

drawMenus();

