ajmenu1 = new mainMenu('horizontal', 0, '#FFFFFF', '#8F8F8F', '#0F0F0F', '#FFFFFF','','right');
 ajmenu1.menuborder = '1px solid #00000';
 ajmenu1.itemborder = '1px solid #00000';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItems('Home', 'index.html');
  ajmenu1.addItems('Products', 'products.html');
  ajmenu1.addItems('Consumables & Machine Parts', 'index.php');
  ajmenu1.addItems('Engineering', 'engineering.html');
  ajmenu1.addItems('News & Shows', 'news.html');
  ajmenu1.addItems('About Us', 'about_html.htm');
  ajmenu1.addItems('Contact Us', 'contact.html');
ajmenu1 = new subMenu('2', '#FFFFFF', '#888888', '#808080', '#FFFFFF');
 ajmenu1.itemborder = '1px solid #A9AAAB';
 ajmenu1.fontFamily = 'Arial Narrow';
  ajmenu1.addItems('Products', 'products.html');
ajmenu1 = new subMenu('3', '#FFFFFF', '#888888', '#808080', '#FFFFFF');
 ajmenu1.itemborder = '1px solid #A9AAAB';
 ajmenu1.fontFamily = 'Arial Narrow';
  ajmenu1.addItemsWithTarget('Order Online', 'index.php', '_self');
  ajmenu1.addItemsWithTarget('PDF Catalogue', 'flat_content_pop_ups/product_nav.html', '_blank');
ajmenu1 = new subMenu('4', '#FFFFFF', '#888888', '#808080', '#FFFFFF');
 ajmenu1.itemborder = '1px solid #A9AAAB';
 ajmenu1.fontFamily = 'Arial Narrow';
  ajmenu1.addItemsWithTarget('Service Plans', 'flat_content_pop_ups/contracts.html', '_blank');
  ajmenu1.addItemsWithTarget('Pay as you go', 'flat_content_pop_ups/pay.html', '_blank');
  ajmenu1.addItemsWithTarget('Fault Database', 'flat_content_pop_ups/faults.htm', '_blank');
