function nombreLink (nombre) {
   window.status = "Ir a "+nombre;
}

function saltar_a(url) {
   window.location = url;
}

