function abre_ventana(url, nombre, parametros){
	window.open (url, nombre, parametros);
}