fixMozillaZIndex=true; 
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
align="left";
fontfamily="Arial, Verdana, Tahoma";
fontsize="80%";
fontstyle="normal";
keepalive="true";
offbgcolor="#ED1B23";
offcolor="#FFFFFF";
onbgcolor="#ED1B23";
oncolor="#FFFFFF";
outfilter="fade(duration=0.5)";
overfilter="fade(duration=0.5)";
ondecoration="underline";
padding=3;
rawcss="padding-left:4px;padding-right:4px;padding-top:3px;";
separatorimage="../images/submenudivider.gif";
separatorsize=5;
separatoralign="center";
}

with(menuStyle=new mm_style()){
styleid=1;
bgimage="../images/menu-out.gif"; 
fontfamily="Arial, Verdana, Tahoma";
fontsize="95%";
fontstyle="normal";
itemheight=30;
/*itemwidth=90; */
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overfilter="fade(duration=0.5)";
overbgimage="../images/menu-in.gif";
separatorimage="../images/menudivider.gif";
separatorsize=15;
}

with(menu=new menuname("Main Menu")){
screenposition="top;center";
alwaysvisible=1;
left="offset=108";
orientation="horizontal";
style=menuStyle;
top=0;
aI("align=center;showmenu=AboutUs;text=ABOUT ASLI;url=../introduction.htm;");
<!--aI("align=center;text=EVENTS DIARY;url=cgi-bin/event_calendar.cfm;");-->
aI("align=center;showmenu=EventsDiary;text=EVENTS DIARY;url=../conferenceseries.htm;");
aI("align=center;text=INITIATIVES;url=../initiatives.htm;");
aI("align=center;showmenu=Insights;text=INSIGHTS;url=../research.htm;");
aI("align=center;text=EVENT OPPORTUNITIES;url=../eventopportunity.htm;");
aI("align=center;text=ALLIANCES;url=../alliances.htm;");
aI("align=center;text=CONTACT US;url=../contact.htm;");
}

with(menu=new menuname("AboutUs")){
orientation="horizontal";
left="offset=-4";
style=submenuStyle;
aI("text=INTRODUCTION;url=../introduction.htm;");
aI("text=NEWSLETTER;url=../documents/ASLI strategist 2009.pdf;target=_blank");
aI("text=ASLI MEMBERS;url=../aslimembers.htm;");
aI("text=PHOTO GALLERY;url=../photogallery.htm;");
}

with(menu=new menuname("Insights")){
left="offset=-10";
orientation="horizontal";
style=submenuStyle;
aI("text=RESEARCH &amp; PUBLICATIONS;url=../research.htm;");
aI("text=ASLI RESOURCES;url=../resources.htm;");
aI("text=CONFERENCE MATERIALS;url=../conferencematerials.htm;");
}

with(menu=new menuname("EventsDiary")){
left="offset=-10";
orientation="horizontal";
style=submenuStyle;
aI("text=CONFERENCE SERIES;url=../conferenceseries.htm;");
aI("text=EVENTS LIST;url=event_calendar.cfm;");
}



drawMenus();