fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=-0;


with(menuStyle=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="11";
fontstyle="normal";
offbgcolor="#dbd6e5";
offcolor="#000000";
onbgcolor="#bfb6d2";
oncolor="#000000";
padding=5;
subimage="images/arrow.gif";
subimagepadding=2;
itemwidth=135;
bordercolor="#3f256f";
borderstyle="solid";
borderwidth=1;
separatorcolor="#3f256f";
separatorsize=1;
//subimageposition="top left";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
//headerbgcolor="#ffffff";
//headercolor="#000000";
//pagebgcolor="#82B6D7";
//pagecolor="black";
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Business Services;url=http://www.mlnc.org/services/business.html;");
aI("text=Cataloging Services;url=http://www.mlnc.org/services/cataloging.html;");
aI("text=Collection Management Services;url=http://www.mlnc.org/services/collection.html;");
aI("text=Consulting Services;url=http://www.mlnc.org/services/consulting.html;");
aI("text=Digitization Services;url=http://www.mlnc.org/services/digitization.html;");
aI("text=Electronic Resources;url=http://www.mlnc.org/electronic/default.html;");
aI("text=Interlibrary Loan;url=http://www.mlnc.org/services/ill.html;");
aI("text=Library Supplies;url=http://www.mlnc.org/services/supplies.html;");
aI("text=Reference Services;url=http://www.mlnc.org/services/reference.html;");
}

with(milonic=new menuname("Workshops")){
style=menuStyle;
aI("text=Workshop Registration;url=http://mkbweb.mlnc.org/EventList.aspx;");
aI("text=Workshop Policies;url=http://www.mlnc.org/workshops/policies.html;");
aI("text=Workshop Catalog;url=http://www.mlnc.org/workshops/catalog.pdf;");
aI("text=Speaking Services;url=http://www.mlnc.org/workshops/speaking.html;");
aI("text=OCLC Training;url=http://training.oclc.org;");
aI("text=Other Training Providers;url=http://www.mlnc.org/workshops/providers.html;");
aI("text=Suggested Hotels;url=http://www.mlnc.org/workshops/hotels.html;");
}

with(milonic=new menuname("Quickflash")){
style=menuStyle;
aI("text=Current issue;url=http://www.mlnc.org/quickflash/quickflash.pdf;");
aI("text=Issue archive;url=http://www.mlnc.org/quickflash/qfindex.html;");
aI("text=Member spotlight;url=http://www.mlnc.org/quickflash/spotlight.html;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News;url=http://www.mlnc.org/Default.aspx#news;");
aI("text=Facebook;url=http://www.facebook.com/molibrarynetwork;");
aI("text=Twitter;url=http://www.twitter.com/mlnc;");
aI("text=Flickr;url=http://www.flickr.com/photos/mlnc;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About MLNC;url=http://www.mlnc.org/about.html;");
aI("text=Board of Directors;url=http://www.mlnc.org/board.html;");
aI("text=Contact MLNC;url=http://www.mlnc.org/contact.html;");
aI("text=Help Directory;url=http://www.mlnc.org/help.html;");
aI("text=Listservs;url=http://mlnclist.mlnc.org/;");
aI("text=Membership;url=http://www.mlnc.org/membership.html;");
aI("text=Staff Directory;url=http://www.mlnc.org/staffdir.html;");
}

drawMenus();


