/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'Home.htm', {'tw':'_self'}],
	['Det. 610', null, null,
		['Det 610 History', 'history.htm', {'tw':'_self'}],
		['Grand Forks AFB', 'http://www.grandforks.af.mil/', {'tw':'_top'}],
		['Activities', 'Activities.htm', {'tw':'_self'}],
		['Cadre', 'cadre.htm', {'tw':'_self'}],
		['Staff', 'staff.htm', {'tw':'_self'}],
		['Photo Album', 'gallery.htm', {'tw':'_self'}]
	],
	['Operations', null, null,
		['Leadership Lab', 'LLAB.htm', {'tw':'_self'}],
		['Aerospace Studies', 'ASC.htm', {'tw':'_self'}],
		['Physical Training', 'PT.htm', {'tw':'_self'}],
		['Field Training', 'FT.htm', {'tw':'_self'}],
		['The Cadet Wing', 'CW.htm', {'tw':'_self'}],
		['Cadet Perspectives', 'CP.htm', {'tw':'_self'}],
		],
	['Prospective Cadets', null, null,
		['Learn about ROTC', 'http://www.afrotc.com/', {'tw':'_top'}],
		['Scholarships', 'http://afrotc.com/scholarships/', {'tw':'_top'}],
		['Aerospace', 'http://www.afrotc.com/collegelife/courses/desc.php', {'tw':'_top'}],
		['Request Info', 'inforequest.html', {'tw':'_self'}],
		['How do I Join', 'http://afrotc.com/admissions/', {'tw':'_top'}],
		['FAQs', 'http://www.afrotc.com/faqs/', {'tw':'_top'}]
	],
	['Links',  'Links.htm', {'tw':'_self'}],
		
];
