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




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#FFCF27";
headercolor="#000000";
offbgcolor="#D4D4D4";
offcolor="#2731FF";
onbgcolor="#FFCF27";
oncolor="#2731FF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=2;
pagebgcolor="#FFCF27";
pagecolor="#2731FF";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=100;
itemwidth=147;
itemheight=16;
aI("text=Home;url=http://www.berlinnairobi.org/;");
aI("showmenu=Samples;text=---;");
aI("showmenu=Programmes;text=Programmes;");
aI("showmenu=General;text=General;");
aI("showmenu=Internal;text=Internal;url=http://www.berlinnairobi.org/internal/;");
}

with(milonic=new menuname("Programmes")){
style=menuStyle;
aI("showmenu=Studies;text=Physics Studies in East Africa;");
aI("showmenu=Renewables;text=Renewable Energies;");
}

with(milonic=new menuname("Studies")){
style=menuStyle;
aI("text=Participants;url=http://www.berlinnairobi.org/programmes/studies/participants/;");
aI("text=Application Process;url=http://www.berlinnairobi.org/programmes/studies/application/;");
}

with(milonic=new menuname("Renewables")){
style=menuStyle;
aI("text=Summer School;url=http://www.berlinnairobi.org/programmes/renewables/summerschool/;");
}

with(milonic=new menuname("General")){
style=menuStyle;
aI("text=In the Media;url=http://www.berlinnairobi.org/general/media/");
}

drawMenus();

