var newwindow = '';
function LoadPlayer(type, id, pid) {
	if(!type || type=='radio' || type=='') {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open('/webbradio/webbradio.php', '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=683,height=571');");
	} else {
		if(!type) {
			type = "";
		}
		if(!id) {
			id = "";
		}
		if(!pid) {
			pid = "";
		}
		//var url = station+(type||id||pid?"?"+(type?"type="+type+"&":"")+(id?"id="+id+"&":"")+(pid?"pid="+pid+"&":""):"");
		newplayerwindow = window.open("/webbradio/frameset.php?type="+type+"&id="+id+"&pid="+pid+"","newplayer", "width=790, height=600, scrolling=no, resizable=no, status=no");
	}
	return false;
}
