function lightSwitch(id,myClass)
{
	document.getElementById(id).className = myClass;
}
function popup_webradio()
{
window.open ('./index.php?mode=radio','Radio', 'resizable=0, location=0, width=460, height=220, menubar=0, status=0, scrollbars=0, menubar=0');
}
function gotoURL(url)
{
	document.location.href=url;
}

