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', '/index.php');
ajmenu1.addItems('Training', '');
ajmenu1.addItemsWithTarget('Flight Scheduling', 'http://www.flightschedulepro.com/indexs.asp', 'scheduler');
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('About Us', '/about.php');
   //ajmenu1.addItems('Gallery', '/gallery.php');
   ajmenu1.addItems('Contributors', '/contributors.php');
   ajmenu1.addItems('Links', '/links.php');
 
// Training 
ajmenu1 = new subMenu('2', '#990000', '#FFFFCC', '#FFFFFF', '#990000');
 ajmenu1.menuborder = '1';
 ajmenu1.itemborder = '1';
 ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = '8pt';
 ajmenu1.fontWeight = 'bold';
   ajmenu1.addItems('Aircraft', '/aircraft/index.php');
   ajmenu1.addItems('Instructors', '/instructors.php');
   ajmenu1.addItems('Certificates', '');
   ajmenu1.addItems('Ground School', '');
   ajmenu1.addItems('Smith Field Flyers', '/smith_field_flyers.php');
  
   // Certificates
   ajmenu1 = new subMenu('2i3', '#990000', '#FFFFCC', '#FFFFFF', '#990000');
	 ajmenu1.fontFamily = 'Verdana';
	 ajmenu1.fontSize = '8pt';
	 ajmenu1.fontWeight = 'bold';
	  ajmenu1.addItems('Sport Pilot', '/sport_pilot_training.php');
	  ajmenu1.addItems('Private Pilot', '/private_training.php');
	  ajmenu1.addItems('Instrument Pilot', '/instrument_training.php');
   
   // Ground School
   ajmenu1 = new subMenu('2i4', '#990000', '#FFFFCC', '#FFFFFF', '#990000');
	 ajmenu1.fontFamily = 'Verdana';
	 ajmenu1.fontSize = '8pt';
	 ajmenu1.fontWeight = 'bold';
	  ajmenu1.addItems('Private/Sport Pilot', '/private_ground.php');
	  ajmenu1.addItems('Instrument Pilot', '/instrument_ground.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');
