function mmLoadMenus() {
  if (window.menu3) return;
window.menu3 = new Menu("root",201,22,"Tahoma",12,"#FFFFFF","#990000","#990000","#94BDD6","left","middle",3,2,300,-5,7,true,true,true,0,true,false);
menu3.addMenuItem("Service&nbsp;Options&nbsp;","window.open('services.php', '_self');");
menu3.addMenuItem("Air&nbsp;Conditioning&nbsp;-&nbsp;Property&nbsp;","window.open('airconditioningproperty.php', '_self');");
menu3.addMenuItem("R&M&nbsp;Contract&nbsp;enquiry&nbsp;form&nbsp;","window.open('rm_contract.php', '_self');");
menu3.addMenuItem("Lostock&nbsp;Motor&nbsp;Works&nbsp;","window.open('http://www.lostockmotorworks.co.uk', '_self');")
menu3.fontWeight="bold";
menu3.hideOnMouseOut=true;
menu3.bgColor='#FFFFFF';
menu3.menuBorder=1;
menu3.menuLiteBgColor='#FFFFFF';
menu3.menuBorderBgColor='#FFFFFF';

window.menu4 = new Menu("root",250,22,"Tahoma",12,"#FFFFFF","#990000","#990000","#94BDD6","left","middle",3,0,300,-5,7,true,true,true,0,true,true);
menu4.addMenuItem("MWL After Market Thermo King Parts","window.open('http://www.michaelwardonline.co.uk/thermo_king_parts.php', '_self');");
menu4.addMenuItem("MWL After Market Carrier Parts","window.open('http://www.michaelwardonline.co.uk/carrier_refrigeration_parts.php', '_self');");
menu4.addMenuItem("MWL X Parts - Recycled Parts","window.open('http://www.michaelwardonline.co.uk/used_refrigeration_xparts.php', '_self');");
menu4.addMenuItem("Frigoblock Online Parts Search","window.open('http://www.michaelwardonline.co.uk/frigoblock_parts.php', '_self');");
menu4.addMenuItem("Online Parts Search","window.open('http://www.michaelwardonline.co.uk/search.php', '_self');");

menu4.fontWeight="bold";
menu4.hideOnMouseOut=true;
menu4.bgColor='#FFFFFF';
menu4.menuBorder=1;
menu4.menuLiteBgColor='#FFFFFF';
menu4.menuBorderBgColor='#FFFFFF';

window.menu5 = new Menu("root",250,22,"Tahoma",12,"#FFFFFF","#990000","#990000","#94BDD6","left","middle",3,0,300,-5,7,true,true,true,0,true,true);
menu5.addMenuItem("MWL After Market Thermo King Parts","window.open('http://www.michaelwardonline.co.uk/categories.php?cat=MWL+After+Market+Thermo+King+Parts', '_self');");
menu5.addMenuItem("MWL After Market Carrier Parts;","window.open('http://www.michaelwardonline.co.uk/categories.php?cat=MWL+After+Market+Carrier+Parts', '_self');");
menu5.addMenuItem("3&nbsp;","window.open('index.html', '_self');");
menu5.addMenuItem("4&nbsp;","window.open('index.html', '_self');");
menu5.addMenuItem("5&nbsp;","window.open('index.html', '_blank');");
menu5.fontWeight="bold";
menu5.hideOnMouseOut=true;
menu5.bgColor='#FFFFFF';
menu5.menuBorder=1;
menu5.menuLiteBgColor='#FFFFFF';
menu5.menuBorderBgColor='#FFFFFF';


menu5.writeMenus();
} 
