 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(milonic=new menuname("er-c"))
{
   style=menuStyle;
   top=155;
   left=200;
   alwaysvisible=1;
   orientation="vertical";
   overfilter="";
   position="relative";
   padding=3;
   
   aI("padding=0;itemheight=25;itemwidth=200;text=about;url=about.htm;");
   aI("padding=0;itemheight=25;itemwidth=200;text=research topics;url=research.htm;");
   aI("padding=0;itemheight=25;itemwidth=200;text=image gallery;url=gallery.htm;");
   aI("padding=0;itemheight=25;itemwidth=200;text=publications;url=publications.htm;");
   aI("padding=0;itemheight=25;itemwidth=200;text=staff;url=group.htm;");
   aI("padding=0;itemheight=25;itemwidth=200;text=vacancies;url=vacancies.htm");
// aI("padding=0;itemheight=25;itemwidth=200;text=links;url=links.htm;");
   aI("padding=0;itemheight=25;itemwidth=200;text=contact;url=contact.htm;");
}
drawMenus();