var MENU_ITEMS = [
	['Mariners', null, null,
		['Home Port', '../../sdmariners.htm'],
		['Making Port In San Diego...', '../history/frmIntroduction.htm'],
		['Summary', '../history/frmSummary.htm'],
		['Logos', '../mariners/frmLogos.htm'],
		['Uniforms', '../mariners/frmUniforms.htm'],
		['Uniform Numbers', '../mariners/frmUniformNumbers.htm'],
		['Coaches', '../coaches/frmCoaches.htm'],
		['Captains', '../players/frmCaptains.htm'],
		['Lines/Pairings', '../players/frmLines.htm'],
		['Players', '../players/frmPlayers.htm'],
		['Media Photos', '../media/frmA.htm'],
		['Action Photos', '../media/frmAction.htm'],
		['Press Gang', '../players/frmDrafts.htm'],
		['All-Time Teams', '../stars/frmStars.htm'],
		['All-Time Team Voting', '../stars/frmVoting.htm'],
		['Memorabilia', '../memories/frmMemorabilia.htm'],
		['Trivia', '../trivia/frmTrivia.htm'],
		['Shipmates', '../history/frmFranchises.htm'],
		['Setting Sail...', '../history/frmEpilogue.htm'],
	],
	['Opponents', null, null,
		['World Hockey Association', '../opponents/frmWHAOpponents.htm'],
	],
	['Seasons', null, null,
		['1974/75', '../seasons/frm7475.htm'],
		['1975/76', '../seasons/frm7576.htm'],
		['1976/77', '../seasons/frm7677.htm'],
	],
	['Records', null, null,
		['Mariners Team Records', '../records/frmTeamRecords.htm'],
		['Mariners Individual Records', '../records/frmIndividualRecords.htm'],
		['Mariners Versus Opponents', '../records/frmOpponentRecords.htm'],
	],
	['Awards', null, null,
		['WHA All-Star Teams', '../awards/frmAllStarAwards.htm'],
		['WHA League Awards', '../awards/frmLeagueAwards.htm'],
		['Mariners Team Awards', '../awards/frmTeamAwards.htm'],
	],
	['Other', null, null,
		['Sign Guest Book', '../root/frmGuestBook.htm'],
		['View Guest Book', '../root/frmGuestBookEntries.htm'],
		['Help Me!', '../root/frmHelpMe.htm'],
		['Credits', '../root/frmCredits.htm'],
		['Site Map', '../root/frmSiteMap.htm'],
	],
];

