var menu_arr = 	new Array(
			new Array('but_ns_LAUNCHcastRadio',139,23,'lcMenu'),
			new Array('but_ns_videos',75,23,'mvMenu'),
			new Array('but_ns_artists',82,23,'artistMenu'),
			new Array('but_ns_reviews',82,23,'reviewsMenu'),
			new Array('but_ns_news',67,23,'newsMenu'),
			new Array('but_ns_charts',76,23,'chartsMenu')
		);
for(i=0;i<menu_arr.length;i++) {
	eval('var top_' + i + 'on = new Image(' + menu_arr[i][1] + ',' + menu_arr[i][2] + ');');
	eval('var top_' + i + 'off = new Image(' + menu_arr[i][1] + ',' + menu_arr[i][2] + ');');
	eval('top_' + i + 'on.src = "' + img_path + menu_arr[i][0] + '-over.gif";');
	eval('top_' + i + 'off.src = "' + img_path +  menu_arr[i][0] + '-up.gif";');
}
function menu() {
}

function ol(idx) {
	var img = eval('document.top_' + idx);
	img.src = eval('top_' + idx + 'on.src');
}

function cl(idx) {
	if (menu_arr[idx][3] != section) {
		var img = eval('document.top_' + idx);
		img.src = eval('top_' + idx + 'off.src');
	}
}

function top_nav() {
	var sOut =	'<tr>' +
			'	<td colspan="11" height="1"><spacer type="block" height="1"></td>' +
			'</tr>' +
			'<tr>' +
			'	<td width="1" height="23"><spacer type="block" width="1" height="23"></td>' +
			'	<td width="139"><a href="http://uk.rd.yahoo.com/launch/nav/lc/*' + srv + '/launchcast/" onMouseover="ol(0);" onMouseout="cl(0);"><img name="top_0" src="' + img_path + 'but_ns_LAUNCHcastRadio-';
	if (section == 'lcMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
	sOut += 	'.gif" border="0"></a></td>' +
			'	<td width="1"><spacer type="block" width="1"></td>' +
			'	<td width="75"><a href="http://uk.rd.yahoo.com/launch/nav/mv/*' + srv + '/musicvideos/" onMouseover="ol(1);" onMouseout="cl(1);"><img name="top_1" src="' + img_path + 'but_ns_videos-';
	if (section == 'mvMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
	sOut += 	'.gif" border="0"></a></td>' +
			'	<td width="1"><spacer type="block" width="1"></td>' +
			'	<td width="82"><a href="http://uk.rd.yahoo.com/launch/nav/artist/*' + part + 'a/" onMouseover="ol(2);" onMouseout="cl(2);"><img name="top_2" src="' + img_path + 'but_ns_artists-';
	if (section == 'artistMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
	sOut += 	'.gif" border="0"></a></td>' +
			'	<td width="1"><spacer type="block" width="1"></td>' +
			'	<td width="82"><a href="http://uk.rd.yahoo.com/launch/nav/reviews/*' + part + 'r/" onMouseover="ol(3);" onMouseout="cl(3);"><img name="top_3" src="' + img_path + 'but_ns_reviews-';
	if (section == 'reviewsMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
	sOut += 	'.gif" border="0"></a></td>' +
			'	<td width="1"><spacer type="block" width="1"></td>' +
			'	<td width="67"><a href="http://uk.rd.yahoo.com/launch/nav/news/*' + part + 'n/" onMouseover="ol(4);" onMouseout="cl(4);"><img name="top_4" src="' + img_path + 'but_ns_news-';
	if (section == 'newsMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
	sOut += 	'.gif" border="0"></a></td>' +
			'	<td width="1"><spacer type="block" width="1"/></td>' +
			'	<td width="76"><a href="http://uk.rd.yahoo.com/launch/nav/charts/*' + part + 'c/" onMouseover="ol(5);" onMouseout="cl(5);"><img name="top_5" src="' + img_path + 'but_ns_charts-';
	if (section == 'chartsMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
	sOut += 	'.gif" border="0"></a></td>' +
			'	<td width="1"><spacer type="block" width="1"/></td>' +
			'</tr>';
	document.write(sOut);
}

function top_nav_old() {
	var sOut = 	'<tr>' +
			'	<td colspan="4" height="1"><spacer type="block" height="1"></td>' +
			'</tr>' +
			'<tr>' +
			'	<td width="157" align="right" height="23"><a href="http://uk.rd.yahoo.com/launch/nav/lc/*' + srv + '/launchcast/default.asp" onMouseover="ol(0);" onMouseout="cl(0);"><img name="top_0" border="0" width="156" height="23" src="' + img_path + 'btn_lc_radio_';
	if (section == 'lcMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
	sOut +=		'.gif"></a></td>' +
			'	<td width="132" align="right"><a href="http://uk.rd.yahoo.com/launch/nav/mv/*' + srv + '/musicvideos/default.asp" onMouseover="ol(1);" onMouseout="cl(1);"><img name="top_1" border="0" width="131" height="23" src="' + img_path + 'btn_music_videos_';
	if (section == 'mvMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
	sOut +=		'.gif"></a></td>' +
			'	<td width="93" align="right"><a href="http://uk.rd.yahoo.com/launch/nav/artist/*' + srv + '/artist/default.asp" onMouseover="ol(2);" onMouseout="cl(2);"><img name="top_2" border="0" width="92" height="23" src="' + img_path + 'btn_artists_';
	if (section == 'readMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
/*
	sOut +=		'.gif"></a></td>' +
			'	<td width="78" align="center"><a href="http://uk.rd.yahoo.com/launch/nav/shop/*' + srv + '/shop/default.asp" onMouseover="ol(3);" onMouseout="cl(3);"><img name="top_3" border="0" width="76" height="23" src="' + img_path + 'btn_shop_';
	if (section == 'audioMenu') {
		sOut += 'over';
	} else {
		sOut += 'up';
	}
*/
	sOut +=		'.gif"></a></td>' +
			'</tr>';
	document.write(sOut);
}