// 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 = [
	['Home', '27bct.php'],
	['Media', null, null,
		['Weekly Newsletter', '27bct.php?id=newsletter'],
		['Equal Opportunity News', '27bct.php?id=eo'],
		['News', '27bct.php?id=news'],
		['Photos', '27bct.php?id=photos'],
		['Upload your Media', 'http://dmna.state.ny.us/contact/public_upload.php?subject=27bct', {'tw':'_blank'}],
	],
	['Messages', null, null,
		['Commander', '27bct.php?id=commander'],
		['Chaplain', '27bct.php?id=chaplain']
	],
	['About Us', null, null,
		['Commander\'s Biography', '27bct.php?id=bio'],
		['Unit History', '27bct.php?id=history'],
		['TF Phoenix VII Mission', '27bct.php?id=mission']
	],
	['Resources', null, null,
		['More Links', '27bct.php?id=links'],
		['Contact Us', '27bct.php?id=contacts'],
		['NG Child Care Program', 'NGCCP_factsheet.pdf', {'tw':'_blank'}]
	],
];


<!-- Open in new window ['Weekly Newsletter', '27bct.php?id=newsletter', {'tw':'_blank'}], -->
<!-- ['Press Releases', '27bct.php?id=press', {'tw':'_top', 'tt':'Welcome Page', 'sb':'Test Status Bar Message'}], -->
