/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['Home', null, null,
		['Main Page', 'home.php?contentpage=news_paras', null],
		['Airsport', null, null,
			['November 2010', '/PageFlip/Airsport/Nov_2010/index.php', {'tw':'_blank'}],
			['March 2011', '/PageFlip/Airsport/Mar_2011/index.php', {'tw':'_blank'}],
			['July 2011', '/PageFlip/Airsport/July_2011/index.php', {'tw':'_blank'}],
		],
		['SAAA Handbook', '../pdfs/SAAA_Handbook.pdf', null],
	],
	['About SAAA', null, null,
		['Chapter Locations', "home.php?contentpage=chapters"],
		['National Contacts', "home.php?contentpage=contacts"],
		['Join SAAA', "home.php?contentpage=join"],
	],	
	['Members', null, null,
		['Building Techniques', "home.php?contentpage=engineering"],
		['Experimental', null, null,
		 	['News', "home.php?contentpage=experimental"],
		 	['Regulations', "home.php?contentpage=login"],
		],
		['FSAP', null, null,
		 	['Overview', "../FSAP/FSAP_overview.php"],
		 	['Detail', "home.php?contentpage=login"],
		],
		['Insurance', "home.php?contentpage=login"],
		['DataBook', "home.php?contentpage=login"],
		['Fuel Card', "home.php?contentpage=login"],
		['Info Update', "home.php?contentpage=login"],
		['Download Files', null, null,
		 	['AC43.13-iB', "home.php?contentpage=download"],
		 	['Forms', "home.php?contentpage=forms"],
		],
		['Aircraft Maintenance', "home.php?contentpage=login"],
		['Document Repository', "https://admin.saaa.com/document_management_display.php"],				
	],
	['Projects', "home.php?contentpage=builder"],
	['Information', null, null,
		['Classifieds', "home.php?contentpage=classifieds", null],
		['Events', "home.php?contentpage=events", null],
	],
	['Products', "products.php", {'tw':'_blank'}],
	['Site Map', "home.php?contentpage=sitemap"],
];


