function abrir_ventana(pagina,nombre,ancho,alto){

	window.open(pagina,nombre,"menubar=no,resizable=yes,scrollbars=yes,status=no,top=" + ((screen.height - alto) / 2) + ",width=" + ancho + ",left=" + ((screen.width - ancho) / 2) + ",height=" + alto);
}