/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home', 'index.php', null,
	],
	['&nbsp;About SKYWARN', 'about.php', null,
		['About The Program', 'about.php'],
		['How To Get Involved', 'get_involved.php'],
		['Upcoming Training', 'training.php'],
	],
	['SKYWARN Information', 'sectors.php', null,
	        ['SKYWARN Chat', 'live.php'],
		['Sectors', 'sectors.php'],
		['What To Report', 'report.php'],
		['Spotter Guides', 'guides.php'],
		['Additional Guides', 'additional_guides.php'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Current Weather', 'warnings.php', null,
		['Warnings', 'warnings.php'],
		['Radar Loops', 'radar.php'],
		['Satellite Images', 'sat.php'],
		['SPC Outlooks', 'spc.php'],
	],
	['Contact', 'contact.php', null,
	],
];

