function win(str) {
  searchWin = window.open(str,'win','scrollbars=yes,resizable=no,width=503,height=550,status=no,location=no,toolbar=yes');
  }
