function leaveSite3(site) {
  page = "jump.html?" + site;
  popUpWin = window.open(page,'PopWin','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,top=0,left=0,width=790,height=430');
}
