ajm_state.menuoffset = 0;
ajm_state.closedelay = 0;
ajmenu1 = new mainMenu('horizontal', 0, '#9B99F0', '#9B99F0', '#000040', '#FFFFFF','','left');
 ajmenu1.fontFamily = 'Times New Roman';
 ajmenu1.fontSize = '14pt';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItems('Home', 'index.htm');
  ajmenu1.addItems('Appointments', 'appointments.htm');
  ajmenu1.addItems('Patient Education', 'patient_education.htm');
  ajmenu1.addItems('Map & Directions', 'directions.htm');
  ajmenu1.addItems('Contact Us', 'contact.htm');

