// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Documents',null,null,
		['PSG Documents','PSGDocs.htm',       {'tw' : 'MainBody'}],
		['AF JROTC Documents','ROTCDocs.htm', {'tw' : 'MainBody'}],
		['PSG Meeting Minutes','Minutes.htm', {'tw' : 'MainBody'}],
		['PSG Sponsor Forms','Forms.htm',     {'tw' : 'MainBody'}]
	],
	['List', null, null,
		['Calendar','calendar.htm',           {'tw' : 'MainBody'}],
		['Maps to Meets','maps.htm',          {'tw' : 'MainBody'}],
		['PSG Fundraisers','psgfr.htm',       {'tw' : 'MainBody'}],
		['JROTC Fundraisers','882fr.htm',	  {'tw' : 'MainBody'}]
	],
	['Personnel', null, null,
		['Background Check','https://manju.nisd.net/TempMod.nsf/frameset?OpenFrameSet&Frame=main&Src=%2FTempMod.nsf%2FCRC%2520Form%3FOpenForm%26AutoFramed', {'tw' : 'New'}],
		['PSG Officers','Officers.htm',       {'tw' : 'MainBody'}]
	],
	['Registrations', null, null,
		['New PSG Member','./PSGReg/PSG_Registration.php',{'tw' : 'MainBody'}]
	],
	['Home','TaftBodyL.htm', {'tw' : 'MainBody'}]
];