

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#F8ead2";
oncolor="#000000";
offbgcolor="#FBD78F";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
separatorcolor="#000000";
separatorsize="1";
padding="8";
fontsize="95%";
fontstyle="normal";
fontfamily="Trebuchet MS";
pagecolor="black";
pagebgcolor="#F8D78F";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="5";
overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("Articles")){
style=menuStyle;
overflow="scroll";
aI("text=Don't Know Where To Start? Try Academic Search Complete;url=http://www.remote.uwosh.edu/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=a9h;");
aI("text=Find Articles By Subject;url=http://www.uwosh.edu/library/web.html;");
aI("text=Alphabetical List of Search Tools;url=http://www.uwosh.edu/library/ae.html;");
aI("text=Need to Know If We Get a Journal?;url=http://qh9xe5ap4v.search.serialssolutions.com/;");
}

with(milonic=new menuname("Find Books")){
style=menuStyle;
aI("text=Library Catalog;url=http://oshlib.wisconsin.edu/vwebv/searchBasic;");
aI("text=Your Record;url=http://oshlib.wisconsin.edu/vwebv/myAccount;");
aI("text=Universal Borrowing (UB);url=http://oshlib.wisconsin.edu/vwebv/selectDatabase?returnUrl=SearchBasicServlet;");
aI("text=New Library Materials;url=http://www.uwosh.edu/library/;");
}

with(milonic=new menuname("Course Reserve")){
style=menuStyle;
aI("text=E-Reserves;url=http://www.remote.uwosh.edu/login?url=http://eres.uwosh.edu:80/;");
aI("text=Traditional Reserves (print, video, etc.);url=http://oshlib.wisconsin.edu/vwebv/enterCourseReserve.do;");
}

drawMenus();


