function abrir_ventana(url,nombre,dimensiones)
	 {
		window.open(url,nombre,dimensiones);
	}