ajm_state.menuoffset = 1;
ajmenu1 = new mainMenu('horizontal', 0, '#990000', '#FFFFCC', '#ffffff', '#990000','','right');
ajmenu1.fontFamily = 'MS Sans Serif';
ajmenu1.fontSize = '8pt';
ajmenu1.fontWeight = 'bold';

ajmenu1.addItems('Main', '');
ajmenu1.addItems('Training', '/training.php');
ajmenu1.addItemsWithTarget('Flight Scheduling', 'http://www.flightschedulepro.com/indexs.asp', 'scheduler');
//ajmenu1.addItems('Hangars', '/hangars.php');
ajmenu1.addItems('Location', '');
ajmenu1.addItems('News', '/news.php');
ajmenu1.addItems('Prices', '/prices.php');
ajmenu1.addItems('Coupons', '/coupons.php');
ajmenu1.addItems('Weather', '');
ajmenu1.addItems('Contact Us', '/contact.php');

// Main
ajmenu1 = new subMenu('1', '#990000', '#FFFFCC', '#FFFFFF', '#990000');
 ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = '8pt';
 ajmenu1.fontWeight = 'bold';
   ajmenu1.addItems('Home', '/index.php');
   ajmenu1.addItems('About Us', '/about.php');
   ajmenu1.addItems('Gallery', '/gallery.php');
   ajmenu1.addItems('Contributors', '/contributors.php');
   ajmenu1.addItems('Links', '/links.php');


// location
ajmenu1 = new subMenu('4', '#990000', '#FFFFCC', '#FFFFFF', '#990000');
 ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = '8pt';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItems('Location', '/location-google.php');
  ajmenu1.addItems('Driving Directions', '/directions-mapquest.php');

// weather
ajmenu1 = new subMenu('8', '#990000', '#FFFFCC', '#FFFFFF', '#990000');
 ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = '8pt';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItemsWithTarget('KFWA wunderground', 'http://www.wunderground.com/US/IN/Fort_Wayne/KFWA.html', 'weather');
  ajmenu1.addItemsWithTarget('aviationweather.gov', 'http://aviationweather.gov', 'weather');
  ajmenu1.addItemsWithTarget('SMD AWOS', ' http://71.97.223.94/AWOSDisplay.swf', 'weather');
