/*
  --- 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 = [
	['Listen', "listen.php", null,
		['High Speed', "listen/high.m3u", null],
		['Low Speed(Dial-up)', "listen/low.m3u", null],
		['Rainydawg Embedded Player', "player.php", null],
		['In-Studio Performances', 'media.php', null],
		['Players', 'listen.php']
	],
	['Interactive', 'interactive.php', null,
		['Web Cam', 'interactive.php'],
		['Playlist', 'playlist.php'],
//		['Message Board', '#'],
		['Contact Info', 'interactive.php'],
		['Street Team', 'streetteam.php']
	],
	['Schedule', 'schedule.php', null,
		['Today\'s Lineup', 'schedule.php?numdays=1'],
		['Weekly Schedule', 'schedule.php?numdays=7&startday=7']
//		['Genres', 'genres.php'],
//		['Search', 'search.php']
	],
	['Music', null, null,
		['Charts', 'charts.php', null,
		['Top 30', 'charts.php'],
		['Local Music', 'charts.php?genre=2'],
		['Hip Hop', 'charts.php?genre=3'],
		['Loud Rock', 'charts.php?genre=4'],
		['Electronic', 'charts.php?genre=5']		],
		['Album Reviews', 'musicreviews.php', null,
		['College/Indie Rock', 'musicreviews.php?genre=1', null],
['Local Music', 'musicreviews.php?genre=2', null],
['Hip Hop', 'musicreviews.php?genre=3', null],
['Loud Rock', 'musicreviews.php?genre=4', null],
['Electronic', 'musicreviews.php?genre=5', null],
['Jazz', 'musicreviews.php?genre=6', null],
['Other', 'musicreviews.php?genre=7', null],
['Specialty', 'musicreviews.php?genre=8', null]
		],
		['New Music', 'newmusic.php'],
		['Concert Listing', 'concerts.php']
	],
	['News', 'news.php', null,
	 	
['Battle of the Bands', 'news.php#newsID322', null],
['Cock and Swan In Studio Wednesday 1', 'news.php#newsID321', null],
['Now Accepting Applications for Stud', 'news.php#newsID320', null],
['RainyDawg top albums of 2008', 'news.php#newsID319', null]	],
	['Station Info', null, null,
	 	['Get involved', 'getinvolved.php'],
//		['Street Team', 'streetteam.php'],
//		['Submit Music', 'submitmusic.php'],
		['Contact Us', 'contactus.php'],
		['How to find us', 'findus.php']
	]
];

