ajmenu1 = new mainMenu('horizontal', 20, '#6B8048', '#959F68', '#D9D093', '#0F0F0F','','right');
 ajmenu1.divider = '|';
 ajmenu1.fontWeight = 'bold';
 ajmenu1.htmlBefore = '&nbsp;';
 ajmenu1.htmlAfter = '&nbsp;';
  ajmenu1.addItems('Home', '../index.htm');
  /*ADDED About Us SECTION*/
  ajmenu1.addItems('About Us', '../aboutus.htm');
  ajmenu1.addItems('The Farm', '../thefarm.htm');
  ajmenu1.addItems('The Spotted Draft', '../thespotteddraft.htm');
  ajmenu1.addItems('Our Horses', '../ourhorses.htm');
  ajmenu1.addItems('Jenn&#8217;s Diary', '../jennsdiary.htm');
  ajmenu1.addItems('What&#8217;s New', '../whatsnew.htm');
  /*REMOVED MENU ITEMS
  ajmenu1.addItems('Sale Horses', '');
  ajmenu1.addItems('Sold', '../sold.php');
  ajmenu1.addItems('Training', '../admin/training.php');
  ajmenu1.addItems('Hauling', '../hauling.htm');
  */
  ajmenu1.addItems('Contact', '../contactus.htm');
  /*REMOVED SUB-MENU ITEMS:
  /*SUB-MENU ITEMS (The first number refers to Item in menu. 5 is"Our Horses" Section)*/
  /*
ajmenu1 = new subMenu('5', '#6B8048', '#959F68', '#D9D093', '#0F0F0F');
 ajmenu1.fontSize = '9pt';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItems('Yearling Colts', '../salehorsescolt.php');
    ajmenu1.addItems('Yearling Fillies', '../salehorsesfilly.php');
  ajmenu1.addItems('Two Year Olds', '../salehorsestwoyearolds.php');
  */
