function openPanoramic(url){
  var w = window.open(url, "", "width=689px,height=410px,status=no");
  if(w == null){
    alert("Por favor, desabilite seu bloqueador de pop-ups.");
  }
  return false;
}
