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(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#e28f26";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="55%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#313f59";
offcolor="#ffffff";
onbgcolor="#505965";
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="#e28f26";
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/navigation_02.jpg;overimage=images/navigation_02-over.jpg;showmenu=home;pageimage=images/navigation_02-over.jpg");
aI("image=images/navigation_03.jpg;overimage=images/navigation_03-over.jpg;showmenu=about;pageimage=images/navigation_03-over.jpg");
aI("image=images/navigation_04.jpg;overimage=images/navigation_04-over.jpg;showmenu=gln_network;pageimage=images/navigation_04-over.jpg");
aI("image=images/navigation_05.jpg;overimage=images/navigation_05-over.jpg;showmenu=open_access_tool;pageimage=images/navigation_05-over.jpg");
aI("image=images/navigation_06.jpg;overimage=images/navigation_06-over.jpg;showmenu=global_compact;pageimage=images/navigation_06-over.jpg");
aI("image=images/navigation_07.jpg;overimage=images/navigation_07-over.jpg;showmenu=my_gln;pageimage=images/navigation_07-over.jpg");
}

with(milonic=new menuname("home")){
overflow="scroll";
style=menuStyle;
aI("text=Home;url=index.htm");
aI("text=Registration Process;url=http://www.gln-online.org/registration_form.php");
aI("text=Login;url=login.html");

}

with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=Overview;url=overview.html");
aI("text=Partners;url=partners.html");
}

with(milonic=new menuname("gln_network")){
overflow="scroll";
style=menuStyle;
aI("text=What is GLN;url=what_is_gln.html");
aI("text=GLN Excellence Framework;url=excellence.html");
}

with(milonic=new menuname("open_access_tool")){
overflow="scroll";
style=menuStyle;
aI("text=Overview;url=openaccess_overview.html");
aI("text=Using the tool;url=using_openaccess.html");
aI("text=Access;url=access_openaccess.html");
aI("text=Additional Services;url=services_openaccess.html");
}

with(milonic=new menuname("global_compact")){
overflow="scroll";
style=menuStyle;
aI("text=Implementing the Global Compact;url=implementing.html");
aI("text=Applying the 10 Principles;url=10_principles.html");
aI("text=Access to the tool;url=access_global.html");
}

with(milonic=new menuname("my_gln")){
overflow="scroll";
style=menuStyle;
aI("text=News and Events;url=news_events.html");
aI("text=Contact Us;url=contact.html");
}

drawMenus();

