function yerimi(xform) {
  window.open('yerim.php?yerim=' + xform.yerim.value,'YERIMI_BUL','width=420,height=180, bottom=' + (screen.height - 50) / 2 + ', right=' + (screen.width - 50) / 2);
}