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('http://www.blueridgeshadows.com/golf-info.shtml', 'images/golf-off.gif', 'images/golf-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/tee-time.shtml', 'images/book-off.gif', 'images/book-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/directions.shtml', 'images/directions-off.gif', 'images/directions-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/outings.shtml', 'images/outings-off.gif', 'images/outings-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/tournaments.shtml', 'images/tournaments-off.gif', 'images/tournaments-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/packages.shtml', 'images/stay-off.gif', 'images/stay-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/email-club.shtml', 'images/email-off.gif', 'images/email-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/membership.shtml', 'images/membership-off.gif', 'images/membership-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/contact.php', 'images/contact-off.gif', 'images/contact-on.gif');
  ajmenu1.addImages('http://www.blueridgeshadows.com/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('Golf Rates', 'http://www.blueridgeshadows.com/rates.shtml');
  ajmenu1.addItems('Meet Our Staff', 'http://www.blueridgeshadows.com/staff.shtml');
  ajmenu1.addItems('Course Layout', 'http://www.blueridgeshadows.com/course-layout.shtml');
  ajmenu1.addItems('Course Information', 'http://www.blueridgeshadows.com/course-info.shtml');
  ajmenu1.addItems('Clubhouse', 'http://www.blueridgeshadows.com/clubhouse.shtml');
  ajmenu1.addItems('Group Outings', 'http://www.blueridgeshadows.com/outings.shtml');
  ajmenu1.addItems('Group Outings Request Form', 'http://www.blueridgeshadows.com/outings_form.php');
  ajmenu1.addItems('Lessons and Clinics', 'http://www.blueridgeshadows.com/lessons.shtml');
  ajmenu1.addItems('Golf Shop', 'http://www.blueridgeshadows.com/shop.shtml');
  ajmenu1.addItems('News and Awards', 'http://www.blueridgeshadows.com/news.shtml');



<!--Packages->
  ajmenu1 = new subMenu('6', '#4E4C33', '#928D62', '#FDE284', '#FDE284');
  ajmenu1.fontSize = '8pt';
  ajmenu1.fontWeight = 'bold';
  ajmenu1.cellpadding = '3';
  ajmenu1.addItems('Stay & Play Packages', 'http://www.blueridgeshadows.com/packages.shtml');
  ajmenu1.addItems('Accommodations', 'http://www.blueridgeshadows.com/accommodations.shtml');
  ajmenu1.addItems('Dining', 'http://www.blueridgeshadows.com/dining.shtml');
  ajmenu1.addItems('Meetings & Events', 'http://www.blueridgeshadows.com/meetings.shtml');
  ajmenu1.addItems('Conference Center Capacity Chart', 'http://www.blueridgeshadows.com/floorplans.shtml#chart');
  ajmenu1.addItems('Conference Center Floor Plans', 'http://www.blueridgeshadows.com/floorplans.shtml');
  ajmenu1.addItems('Weddings', 'http://www.blueridgeshadows.com/weddings.shtml');


