function cboValue() {

	var url  =  "http://www.sued-afrika.org/radiosa/rsa.htm";
	var hw = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=379,height=196,top=50,left=530,x=0,y=0";

	if (url == "listenLive") {
		alert("Please select a radio station from the list and then click on Go to listen live over the internet.");
	}
	else {
		window.open( url,'SABCListenLive',hw);
	}
}
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Enjoy Neermala's homepage");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
	window.onmousedown=right;
