/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Current Weather', null, null,
		['Current Station Readings', './weather/BackyardReport.htm'],
		['Current Radar', './weather/Radar.html']
	],
	['Reports', null, null,
		['Month to Date Summary','./reports/DisplayReport.html?file=../weather/NOAAMO'],
		['Year to Date Summary', './reports/DisplayReport.html?file=../weather/NOAAYR'],
		['Archived Reports', './reports/Summary.html']
	],
	['Weather Links', null, null,
		['Google Map of Area Stations', 'javascript:externalLink(\'GoogleMap\');'],
		['My Data on Weather Underground', 'javascript:externalLink(\'MyHistory\');'],
		['Today\'s National Weather Map', 'javascript:externalLink(\'NationalMap\');']
	],
	['Contact', null, null,
		['Contact Me', './weather/contact.html'],
	]
];
