function leave_site(dest) {
  window.open(dest, "_blank","menubar=1,resizable=1,toolbar=1,location=1,status=1,scrollbars=1,width=750,height=550");
}
