function mmLoadMenus() {
  if (window.menu3) return;
window.menu3 = new Menu("root",207,25,"Tahoma",12,"#FFFFFF","#FFFFFF","#003366","#bb0000","left","middle",3,0,300,-15,7,true,true,true,0,true,false);
menu3.addMenuItem("MOT_Car","window.open('mot_car.html', '_self');");
menu3.addMenuItem("MOT_Van","window.open('mot_van.html', '_self');");

menu3.fontWeight="bold";
menu3.hideOnMouseOut=true;
menu3.bgColor='#FFFFFF';
menu3.menuBorder=1;
menu3.menuLiteBgColor='#FFFFFF';
menu3.menuBorderBgColor='#FFFFFF';

window.menu4 = new Menu("root",173,18,"Tahoma",12,"#8A95FE","#FFFFFF","#990000","#990000","left","middle",3,0,300,-5,7,true,true,true,0,true,true);
menu4.addMenuItem("1&nbsp;","window.open('index.html', '_self');");
menu4.addMenuItem("2&nbsp;","window.open('index.html', '_self');");
menu4.addMenuItem("3&nbsp;","window.open('index.html', '_self');");
menu4.addMenuItem("4&nbsp;","window.open('index.html', '_self');");
menu4.addMenuItem("5&nbsp;","window.open('index.html', '_blank');");
menu4.fontWeight="bold";
menu4.hideOnMouseOut=true;
menu4.bgColor='#FFFFFF';
menu4.menuBorder=1;
menu4.menuLiteBgColor='#FFFFFF';
menu4.menuBorderBgColor='#FFFFFF';

menu4.writeMenus();
} 