    function LivePlayerOpen(Station,type) {
		PlayerWidth = '474';
		PlayerHeight = '184';
		PlayerUrl = 'radioplayer.php' + '?radio=' + Station+'&media='+type;
		PlayWin = window.open(PlayerUrl,"Live",'width=' + PlayerWidth + ',height=' + PlayerHeight + ',top=10,left=10,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0,personalbar=0');
		PlayWin.focus();
		return false;
}
