function popRec(id, tabla, fechaEvento){

	vinculo = "popup-recomendar.php?id="+id+"&tabla="+tabla+"&fecha="+fechaEvento;
	// gb 12-5-2008 amplio el largo
	// var ventana = window.open(vinculo,"popRec","width=400,height=470,scrollbars=YES");
	var ventana = window.open(vinculo,"popRec","width=400,height=520,scrollbars=YES");
	return false;
}



function popEnv(){

	vinculo = "popup-enviar.php";

	var ventana;

	ventana = window.open(vinculo,"popEnv","width=400,height=400,scrollbars=YES");

	return false;

}



function popMag(){

	vinculo = "../vzmag/index.php";

	var ventana;

	ventana = window.open(vinculo,"popMag","width=640,height=480,scrollbars=NO");

	return false;

}



function popMaya(){

	vinculo = "../maya.php";

	var ventana;

	ventana = window.open(vinculo,"popMaya","width=300,height=300,scrollbars=NO");

	return false;

}



function crearVentana(vinculo){

		var ventana;

		ventana = window.open('../popup-autor.php?idAutor='+vinculo,"pop","width=350,height=300,scrollbars=NO");

		return false;

}



function crearVentana2(vinculo, foco, alto, ancho){

	var ventana2;

	ventana2 = window.open(vinculo,"pop","width="+ancho+",height="+alto+",scrollbars=NO");

	if(foco)

		ventana2.focus();

	else

		ventana2.blur();

		

	return false;

}



function popNews(idNews){

	vinculo = "../../phpmailer/news-enviar4.php?idNews="+idNews;

	var ventana;

	ventana = window.open(vinculo,"popRec","width=500,height=150,scrollbars=YES");

	return false;

}