
function launchWebPlayer(channel, isPremium) {
	if (isPremium) {
		window.open("/play/" + channel,"player","menubar=no,width=575,height=400,toolbar=no,resizable=0");
	} else {
		window.open("/play/" + channel,"player","menubar=no,width=726,height=360,toolbar=no,resizable=0");
	}
}