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="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#669900";
offcolor="#ffffff";
onbgcolor="#85C702";
oncolor="#ffffff";
//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="#85C702";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){

screenposition="center";

alwaysvisible=1;
//left=10;
orientation="horizontal";
style=menuStyle;

//top="offset=100";
top="offset=120";

//itemwidth=102;

aI("showmenu=WSINews;text=WSI NEWS;url=WSInews-center.asp;");
aI("showmenu=Publications;text=PUBLICATIONS;url=index-publications.asp;");
aI("showmenu=SectorStories;text=SECTOR STORIES;url=WSIprofiles.asp;");
aI("showmenu=SectorAtAGlance;text=SECTOR AT A GLANCE;url=WSIsector-index.asp;");
aI("showmenu=WSIsWORK;text=WSI's WORK;url=WSIwork-index.asp;");
aI("showmenu=AboutWSI;text=ABOUT WSI;url=about-WSI.asp;");
aI("text=CONTACT US;url=index-contact.asp;");
}

with(milonic=new menuname("WSINews")){
style=menuStyle;
aI("text=Upcoming Events;url=WSInews-events.asp;")
aI("text=News Center;url=WSInews-center.asp;");


}

with(milonic=new menuname("Publications")){
style=menuStyle;
aI("text=Listing by Topic;url=pubs-topic.asp;")
aI("text=Listing by Date;url=pubs-date.asp;")
}

with(milonic=new menuname("SectorStories")){
style=menuStyle;
aI("text=Participant Profile;url=WSIsector-participant001.asp;")
aI("text=Employer Profile;url=WSIsector-employer001.asp;")
aI("text=Program Profiles;url=WSIprofiles-program.asp;")
}

with(milonic=new menuname("SectorAtAGlance")){
style=menuStyle;
aI("text=What's a Sector Strategy;url=WSIsector-strategy.asp;")
aI("text=What Programs Do;url=WSIsector-initiatives.asp;")
aI("text=Sector FAQ;url=WSIsector-faq.asp;")
aI("text=Fast Facts;url=WSIsector-fastfacts.asp;")
}

with(milonic=new menuname("WSIsWORK")){
style=menuStyle;
aI("text=Sector Field;url=WSIwork-sector.asp;");
aI("showmenu=ToolsAndTraining;text=Tools & Training;url=WSIwork-training.asp;");
aI("text=Participant Research;url=WSIwork-research.asp;");
aI("text=Sector & Higher Education;url=WSIwork-HigherEd.asp;");
aI("text=Examining Partnerships;url=WSIwork-Partnerships.asp;");
}

with(milonic=new menuname("SectorField")){
style=menuStyle;
aI("text=SSF & Cost of Systems Change Donors;url=#;")
aI("text=DOL demo;url=#;")
}

with(milonic=new menuname("ToolsAndTraining")){
style=menuStyle;
aI("text=Sector Skills Academy;url=WSIwork-ssa.asp;")
aI("text=Business Value Assessment;url=WSIwork-BVA.asp;")
aI("text=Communications;url=WSIwork-communications.asp;")
}

with(milonic=new menuname("AboutWSI")){
style=menuStyle;
aI("text=History;url=about-history.asp;")
aI("text=Funders;url=about-funders.asp;")
aI("text=Staff Bios;url=about-staff.asp;")
}

drawMenus();

