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="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
//subimage="http://img.milonic.com/arrow.gif";
//subimagepadding=2;
}
with(submenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Futura, FranklinGothic, Tahoma, sans-serif";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5aba47";
offcolor="#ffffff";
onbgcolor="#ddffdd";
oncolor="#000099";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
//subimage="http://img.milonic.com/arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("image=images/b1-home.jpg;url=index.php;overimage=images/b1-home-on.jpg;status=Home");
aI("showmenu=solutions;image=images/b2-solutions.jpg;url=solutions.php;overimage=images/b2-solutions-on.jpg;status=Solutions");
aI("image=images/b3-services.jpg;url=services.php;overimage=images/b3-services-on.jpg;status=Services");
aI("showmenu=news;image=images/b4-news.jpg;url=news.php;overimage=images/b4-news-on.jpg;status=News & Events");
aI("image=images/b5-testimonials.jpg;url=testimonials.php;overimage=images/b5-testimonials-on.jpg;status=Testimonials");
aI("showmenu=company;image=images/b6-company.jpg;url=company.php;overimage=images/b6-company-on.jpg;status=Company");
aI("image=images/b7-contact.jpg;url=contact.php;overimage=images/b7-contact-on.jpg;status=Contact");
}

with(milonic=new menuname("solutions")){
overflow="scroll";
style=submenuStyle;
aI("showmenu=ind;text=By Industry;url=solutions_ind.php;")
aI("showmenu=func;text=By Functional Area;url=solutions_func.php;")
aI("showmenu=acc;text=By Access Method;url=solutions_acc.php;")
aI("text=Download Product Information;url=download.php;")

}

with(milonic=new menuname("news")){
overflow="scroll";
style=submenuStyle;
aI("text=Product Webinars;url=news.php#webinars;")
aI("text=Conferences;url=news.php#conferences;")
aI("text=News;url=news.php#news;")

}

with(milonic=new menuname("company")){
overflow="scroll";
style=submenuStyle;
aI("text=Profile;url=company.php;")
aI("text=Careers;url=careers.php;")
aI("text=Contact Us;url=contact.php;")

}

with(milonic=new menuname("ind")){
overflow="scroll";
style=submenuStyle;
aI("text=Academic/Higher Education;url=solutions_ind.php#academic;")
aI("text=Consortia;url=solutions_ind.php#consortia;")
aI("text=Corporate;url=solutions_ind.php#corporate;")
aI("text=Government;url=solutions_ind.php#govt;")
aI("text=Healthcare and Life Sciences;url=solutions_ind.php#health;")
aI("text=Law;url=solutions_ind.php#law;")
aI("text=Other Special Libraries;url=solutions_ind.php#other;")

}

with(milonic=new menuname("acc")){
overflow="scroll";
style=submenuStyle;
aI("text=Hosting/SaaS;url=solutions_acc.php#leaseanchor;")
aI("text=In House Server;url=solutions_acc.php#licenseanchor;")
aI("text=Technology;url=solutions_acc.php#tech;")
aI("text=System Requirements;url=solutions_acc.php#sys;")
aI("text=Technology Specs;url=solutions_acc.php#dl;")

}

with(milonic=new menuname("func")){
overflow="scroll";
style=submenuStyle;
aI("text=Overview;url=solutions_func.php#overview;")
aI("text=A-Z Lists;url=solutions_func.php#az;")
aI("text=Electronic Resource Management;url=solutions_func.php#erm;")
aI("text=Cataloging & Authorities;url=solutions_func.php#cat;")
aI("text=Circulation & Patron Self Loan;url=solutions_func.php#circ;")
aI("text=OPAC;url=solutions_func.php#opac;")
aI("text=OpenURL Link Resolver;url=solutions_func.php#openURL;")
aI("text=Reporting;url=solutions_func.php#report;")
aI("text=Reserves;url=solutions_func.php#reserves;")
aI("text=Serials;url=solutions_func.php#serials;")
aI("text=Scheduling & Booking;url=solutions_func.php#sched;")
aI("text=Z39.50 Server;url=solutions_func.php#z39;")
aI("text=Acquisitions;url=solutions_func.php#acq;")

}

drawMenus();


