function openEventForm(strURL){
	window.open(strURL,"","height=490, width=510, scrollbars=yes");
}

var MENU_ITEMS = [
	['Home', 'index.asp',  {'sw' : 74}],
	['News', 'news.asp', {'sw' : 74, 'bw' : 160},
		['News Department', 'news.asp#1', null],
		['Hometown News', 'news-items.asp?newstype=Local', null],
		['Sports', 'news-items.asp?newstype=Sports%20News', null],
		['National News', 'news-items.asp?newstype=National', null],
		['International News', 'news-items.asp?newstype=International', null],
		['Submit News Story', "javascript:openEventForm('news_form.htm')", null],
		['Submit Sports Story', "javascript:openEventForm('news_form.htm')", null]
	 ],
	['Contests', 'contests.asp',  {'sw' : 89},
		['Current Contests', 'contests.asp', null],
		['General Contest Rules', 'contest-rules.asp', null]
	],
	//['On Air Features', 'features.asp', {'sw' : 122},
	//	['Hollywood Confidential', 'features.asp#1', null],
	//	['American Top 10', 'features.asp#2', null],
	//	['Much More Music Radio Countdown', 'features.asp#3', null],
	//	['The Sound Lounge', 'features.asp#4', null],
	//	['Renovations Canada', 'features.asp#5', null],
	//	['Hot Topic of the Day', 'features.asp#6', null]
	// ],
	['Morning Show', 'morning-show.asp',  {'sw' : 123, 'bw' : 163},
		 ['Morning Show', 'morning-show.asp#1', null],
		 ['Radio Game Show', 'morning-show.asp#2', null],
		 ['Birthdays', 'morning-show.asp#3', null],
		 ['Dumb and Dumber', 'morning-show.asp#4', null],
		 ['Entertainment Hotline', 'morning-show.asp#5', null],
		 ['Hometown Hot Topic', 'morning-show.asp#6', null],
		 ['Daily Tips', 'morning-show.asp#7', null]
	 ],
	['Events', 'events.asp',  {'sw' : 80}],
	['Gallery', 'gallery.asp',  {'sw' : 84}],
	['Contact Us', 'contact-us.asp',  {'sw' : 103, 'bw' : 130, 'bl' : -10},
	 	['Announcers', 'announcers.asp', null],
		['Contact Information', 'contact-us.asp', null]
	 ],
]; 
