$(function() {   $("a[href='vermapa']").click(function(){      $("#mapa").show("slow");      return false;   });});
