// JavaScript Document
function mmLoadMenus() {
  if (window.mm_menu_0522105435_0) return;
  window.mm_menu_0522105435_0 = new Menu("root",250,18,"",12,"#FFFFFF","#FFFFFF","#CC3333","#990000","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0522105435_0.addMenuItem("Projects","location='../pages/projects.html'");
  mm_menu_0522105435_0.addMenuItem("Organisation/Sector&nbsp;Development","location='../pages/research.html'");
  mm_menu_0522105435_0.addMenuItem("Consultancy&nbsp;and&nbsp;Feasibility","location='../pages/consultancy.html'");
  mm_menu_0522105435_0.addMenuItem("Advice&nbsp;and&nbsp;Information","location='../pages/advice.html'");
  mm_menu_0522105435_0.addMenuItem("Publications","location='../pages/publications.html'");
   mm_menu_0522105435_0.hideOnMouseOut=true;
   mm_menu_0522105435_0.bgColor='#555555';
   mm_menu_0522105435_0.menuBorder=1;
   mm_menu_0522105435_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0522105435_0.menuBorderBgColor='#777777';

mm_menu_0522105435_0.writeMenus();
}