
//function abrePop(cual,ancho, alto){
	function abrePop(){
		var largo = 887;
		var altura = 222;
		var top = (screen.height-altura)/2;
		var izquierda = (screen.width-largo)/2;

		window.open("../es/pop_01.html","","width=887,height=222,top="+top+",left="+izquierda+"");
}