function abrir_imagen (url, w, h, nombre) {
	window.open(url,nombre,"height="+h+",width="+w+",resizable=no,scrollbars=no,status=no");
}
