// JavaScript Document
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=SEARCH;showmenu=search;");
aI("text=COURSE RESERVES;url=http://libra.nazlib.org/search/r;");
aI("text=MEDIA CENTER;showmenu=media;url=http://www.naz.edu/dept/library/media/;");
aI("text=ABOUT THE LIBRARY;showmenu=info;url=http://www.naz.edu/dept/library/about/;");
aI("text=SERVICES;showmenu=services;url=http://www.naz.edu/dept/library/services/index.html;");
aI("text=MY LIBRARY ACCOUNT;url=http://libra.nazlib.org/patroninfo;");
aI("text=HOME;url=http://www.naz.edu/dept/library/index.html;status=Back To Home Page;");
aI("text=&nbsp;QUICK LINKS;showmenu=quicklinks;fontweight='bold';");
}
drawMenus();