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=-2;
_subOffsetLeft=-2;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;

}

with(menuStyle=new mm_style()){
bordercolor="#a0acbf";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#dde3ea";
offcolor="#333333";
onbgcolor="#a0acbf";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#a0acbf";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("main")){	
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/home_01.gif;overimage=images/home_02.gif;url=home.php;pageimage=images/home_02.gif");
aI("image=images/about_us_01.gif;overimage=images/about_us_02.gif;showmenu=about;pageimage=images/about_us_02.gif");
aI("image=images/memberservice_01.gif;overimage=images/memberservice_02.gif;showmenu=memberservices;pageimage=images/memberservice_02.gif;url=currentmembers.php");
aI("image=images/library_01.gif;overimage=images/library_02.gif;url=library.php;pageimage=images/library_02.gif");
aI("image=images/news_events_01.gif;overimage=images/news_events_02.gif;showmenu=news_events;url=;pageimage=images/news_events_02.gif");
aI("image=images/mygln_01.gif;overimage=images/mygln_02.gif;showmenu=mygln;pageimage=images/mygln_02.gif;url=;target=_blank");
}


with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=Vision;url=vision.php");
aI("text=Overview;url=overview.php");
aI("text=History;url=history.php");
aI("text=Governance;url=governance.php");
aI("text=The Team;url=team.php");
aI("text=Locations;url=locations.php");
}

with(milonic=new menuname("memberservices")){
overflow="scroll";
style=menuStyle;
aI("text=The GLN Proposition;url=proposition.php");
aI("text=How We Work;url=how_we_work.php");
aI("text=Services;showmenu=services");
}

with(milonic=new menuname("news_events")){
overflow="scroll";
style=menuStyle;
aI("text=News;url=news_index.php");
aI("text=Events;url=events_index.php");
}

with(milonic=new menuname("services")){
overflow="scroll";
style=menuStyle;
aI("text=GLN Global;url=services_gln_global.php");
aI("text=GLN OpenAccess;url=services_gln_open.php");
aI("text=Tool (Features And Value);url=services_tool.php");
}

with(milonic=new menuname("mygln")){
overflow="scroll";
style=menuStyle;
aI("text=Links;url=links.php");
aI("text=Glossary;url=glossary.php;target=blankS");
aI("text=Help;url=help_index.php;target=blanks");
}



drawMenus();

