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;




with(menuStyle=new mm_style()){
bordercolor="#535353";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#535353";
offcolor="#ffffff";
onbgcolor="#535353";
oncolor="#aaaaaa";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color=#535353', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#535353";
pagecolor="white";
separatorcolor="#535353";
separatorsize=8;
subimage="menu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
position="relative";
orientation="horizontal";
style=menuStyle;
top=10;
aI("text=Home;url=main.asp;");
aI("showmenu=Information;text=Information;");
aI("showmenu=Computers;text=Computers;");
aI("showmenu=Policies;text=Policies;");
aI("showmenu=Links;text=Links;");
aI("text=Friends;url=friends.asp;");
}

with(milonic=new menuname("Information")){
overflow="scroll";
style=menuStyle;
aI("text=Library Card;url=libcard.asp;")
aI("text=Newsletters;url=news.asp;")
aI("text=Directory;url=directory.asp;")
aI("text=Just for Kids;url=kids.asp;")
aI("text=Media Locator;url=medialoc.asp;")
}

with(milonic=new menuname("Computers")){
style=menuStyle;
aI("showmenu=CPolicies;text=Policies;");
aI("showmenu=Use;text=Use;");
}

with(milonic=new menuname("CPolicies")){
style=menuStyle;
aI("text=Acceptable Use;url=computerpolicies.asp#Acceptable;")
aI("text=Unacceptable Use;url=computerpolicies.asp#Unacceptable;")
aI("text=Printing;url=computerpolicies.asp#Printing;")
aI("text=Faxing;url=computerpolicies.asp#Fax;")
}

with(milonic=new menuname("Use")){
style=menuStyle;
aI("text=Mission;url=computeruse.asp#Mission;");
aI("text=Registration;url=computeruse.asp#Registration;");
aI("text=Compliance;url=computeruse.asp#Compliance;");
aI("text=Guidelines;url=computeruse.asp#Guidelines;");
aI("text=Safety;url=computeruse.asp#Safety;");
aI("text=Software/Hardware;url=computeruse.asp#Software/Hardware;");
aI("text=Disclaimer;url=computeruse.asp#Disclaimer;");
aI("text=Laptop Use Agreement;url=computeruse.asp#LaptopAgreement;");
}

with(milonic=new menuname("Policies")){
style=menuStyle;
aI("text=Check Out;url=checkout.asp;");
aI("text=Conduct/Behavior;url=conduct.asp;");
aI("text=Overdue;url=overdue.asp;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Newspapers;url=links.asp?LinkID=1;");
aI("text=Library Links;url=links.asp?LinkID=2;");
aI("text=Information Sources;url=links.asp?LinkID=3;");
aI("text=Places of Interest;url=links.asp?LinkID=4;");
}

drawMenus();
