function radioEnVivoPopUp(){
	x = screen.width;
	y = screen.height;
	///
	x1 = (x-450)/2;
	y1 = (y-290)/2;
	///
	window.open("radioEnVivo.php", "radioEnVivo", "left="+x1+",top="+y1+",toolbar=no,menubar=no,directories=no,status=no,resizable=no,location=no,scrollbars=no,height=270,width=450");
	///
	/*
	if (w) {
		self.document.location="http://www.google.com.ar";
		///
		w.focus();
	} else{
		document.getElementById('error').style.display = String ('block');
	}
	*/
	///
	//alert('pop!!');
}