function popUp(laURL,ancho,alto,margenIzq,margenSup){
	window.open(laURL,"",'scrollbars=yes,resizable=no,width='+ancho+',height='+alto+',left='+margenIzq+',top='+margenSup);
}