ajmenu1 = new mainMenu('horizontal', 0, '#000000', '#888888', '#FFFFFF', '#FFFFFF','','right');
 ajmenu1.menuborder = '0';
 ajmenu1.itemborder = '0';
 ajmenu1.fontSize = '8pt';
 ajmenu1.fontWeight = 'bold';
 ajmenu1.htmlBefore = '&nbsp;&nbsp;&nbsp;';
 ajmenu1.cellpadding = 0;
 ajmenu1.pad_1 = 0;
 ajmenu1.pad_2 = 0;
  ajmenu1.addImages('../php/index.php', '../images/MenuGraphics/home-off.jpg', '../images/MenuGraphics/home-on.jpg');
  ajmenu1.addImages('#', '../images/MenuGraphics/about-off.jpg', '../images/MenuGraphics/about-on.jpg');
ajmenu1 = new subMenu('2', '#EBD7FF', '#C2D6FF', '#575958', '#575958');
 ajmenu1.menuborder = '1px solid #A3ADBD';
 ajmenu1.itemborder = '1px solid #A3ADBD';
 ajmenu1.htmlBefore = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
 ajmenu1.htmlAfter = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
 ajmenu1.cellpadding = 2;
 ajmenu1.fontSize = '8pt';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItems('Dr.Golden', '../php/aboutDoctor.php');
  ajmenu1.addItems('Our Office', '../php/aboutOffice.php');
  ajmenu1.addItems('Chiropractic News', '../php/latest-news.php');
