ajm_state.menuoffset = 0;
ajm_state.closedelay = 5;
ajmenu1 = new mainMenu('horizontal', 0, '#ECE1A9', '#3C5D88', '#000000', '#ECE1A9', 'left');
 ajmenu1.fontSize = '9pt';
 ajmenu1.fontWeight = 'normal';
 ajmenu1.menuborder='0';
 ajmenu1.cellpadding='0';
 

  ajmenu1.addImages('#', 'images/golf-off.gif', 'images/golf-on.gif');
  ajmenu1.addImages('tee-time.shtml', 'images/book-off.gif', 'images/book-on.gif');
  ajmenu1.addImages('directions.shtml', 'images/directions-off.gif', 'images/directions-on.gif');
  ajmenu1.addImages('outings.shtml', 'images/outings-off.gif', 'images/outings-on.gif');
  ajmenu1.addImages('tournaments.shtml', 'images/tournaments-off.gif', 'images/tournaments-on.gif');
  ajmenu1.addImages('packages.shtml', 'images/stay-off.gif', 'images/stay-on.gif');
  ajmenu1.addImages('email-club.shtml', 'images/email-off.gif', 'images/email-on.gif');
  ajmenu1.addImages('membership.shtml', 'images/membership-off.gif', 'images/membership-on.gif');
  ajmenu1.addImages('contact.php', 'images/contact-off.gif', 'images/contact-on.gif');
  ajmenu1.addImages('index.shtml', 'images/home-off.gif', 'images/home-on.gif');

  
<!--Golf->
  ajmenu1 = new subMenu('1', '#4E4C33', '#928D62', '#FDE284', '#FDE284');
  ajmenu1.fontSize = '8pt';
  ajmenu1.fontWeight = 'bold';
  ajmenu1.cellpadding = '3';
  ajmenu1.addItems('Meet Our Staff', 'staff.shtml');
  ajmenu1.addItems('Course Layout', 'course-layout.shtml');
  ajmenu1.addItems('Course Information', 'course-info.shtml');
  ajmenu1.addItems('Clubhouse', 'clubhouse.shtml');
  ajmenu1.addItems('Group Outings', 'http://www.blueridgeshadows.com/new/outings_form.shtml');
  ajmenu1.addItems('Group Outings Request Form', 'outings_form.php');
  ajmenu1.addItems('Lessons and Clinics', 'lessons.shtml');
  ajmenu1.addItems('Golf Shop', 'shop.shtml');
  ajmenu1.addItems('News and Awards', 'news.shtml');

