/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'tt':'Back to Main page','sb':'Go to the Knox home page'}],
	['Association Info ->', null, {'tt':'Association Info ->','sb':'Association Info ->'},
		['Officers', 'officers.htm', {'tt':'Current Association Officers','sb':'Current Association Officers'}],
		['By-Laws', 'bylaws.htm', {'tt':'Association By-Laws','sb':'Association By-Laws'}],
		['Membership ->', null, {'tt':'Membership applications','sb':'Membership applications'},
			['Apply Online', 'application.htm', {'tt':'Access an online membership application','sb':'Access an online membership application'}],
			['Print Application', 'appdoc.htm', {'tt':'Print a membership application to fill out and mail','sb':'Print a membership application to fill out and mail'}]
		],
		['Meeting Minutes ->', null, {'tt':'Business meeting minutes','sb':'Business meeting minutes'},
			['2005', '2005meetingmins.htm', {'tt':'Minutes of the 2005 business meeting','sb':'Minutes of the 2005 business meeting'}],
			['2007', '2007meetingmins.htm', {'tt':'Minutes of the 20075 business meeting','sb':'Minutes of the 2007 business meeting'}]
		],
		['Katrina Relief', 'KatrinaRelief.htm', {'tt':'Association assists after Katrina disaster','sb':'Association assists after Katrina disaster'}]
	],
	['Photo Gallery ->', null, {'tt':'Photo Gallery ->','sb':'Photo Gallery ->'},
		['First WESTPAC ->', null, {'tt':'Photos of WESTPAC','sb':'Photos from the first Knox WESTPAC'},
			['Photos', 'MEMDISC/ALBUM_A/VIEW/ALBUM.HTM', {'tt':'Photos of first WESTPAC','sb':'Photos of first WESTPAC'}],
			['WESTPAC Chronology', '1ST_WESTPAC.htm', {'tt':'WESTPAC Chronology','sb':'WESTPAC Chronology'}]
		],
		['Knox Photos - 1973', 'knox_1973.htm', {'tt':'Photos from 1973','sb':'Photos from 1973'}],
		['Knox Models', 'http://ussknox.org/Knox_Model.htm', {'tt':'USS Knox Models','sb':'USS Knox Models'}],
		['WESTPAC 74-75', 'knox_WESTPAC_1974.htm', {'tt':'Photos from the 74-75 WESTPAC cruise','sb':'Photos from the 74-75 WESTPAC cruise'}],
		['Reunions ->', null, {'tt':'Reunions ->','sb':'Reunions ->'},
			['2003 - Spearfish, SD', '2003reunionpics.htm', {'tt':'2003 reunion photos','sb':'2003 reunion photos'}],
			['2005 - New Orleans, LA', 'images/2005Reunion/2005Gallery.htm', {'tt':'Photos from the 2005 reunion','sb':'Photos from the 2005 reunion'}],
			['2007 - Bremerton, WA', '2007reunionpics.htm', {'tt':'Photos from the 2007 reunion','sb':'Photos from the 2007 reunion'}],
			['2009 - Charleston, SC', '2009reunionpics.htm', {'tt':'Photos from the 2009 reunion','sb':'Photos from the 2009 reunion'}]
		],
		['Then and Now...', 'ThenNow.htm', {'tt':'Photos of crewmembers yesterday and today','sb':'Photos of crewmembers yesterday and today'}],
		['Miscellaneous', 'photos.htm', {'tt':'Various photos','sb':'Various photos including 1st reunion'}]
	],
	['Sea Stories', 'Seastories.htm', {'tt':'Sea Stories','sb':'Sea Stories'}],
	['Ship\'s Store', 'ShipsStore.htm', {'tt':'Knox items','sb':'Knox items'}],
	['Save Our Ship', 'SOS.htm', {'tt':'Efforts to save Knox','sb':'Efforts to save Knox'}],
	['Useful Links', 'useful_links.htm', {'tt':'Links to related sites','sb':'Links to related sites'}],
	['In Memoriam...', 'memoriam.htm', {'tt':'Shipmate obituaries','sb':'Shipmate obituaries'}],
	['Knox Statistics', null, {'tt':'Knox Statistics','sb':'Knox Statistics'},
		['Ship Details', 'knox_statistics.htm', {'tt':'Ship Details','sb':'Ship Details'}],
		['Awards', 'KnoxAwards.htm', {'tt':'Awards and Commendations','sb':'Awards and Commendations'}]
	]
];

