function launchRadio(file) {
	window.open(file,'player','resizable=0,scrollbars=0,width=315,height=235,menubar=0,toolbar=0,location=0,status=0');
}
