document.write(""+ ""+ ""); function validate() { var f = document.arama if ((f.field.value == "") || (f.field.value.length < 2)) { alert ("Lütfen aranacak sözcüğü giriniz!\nEn az 2 harf girmelisiniz.") f.field.focus(); return false } } newWindow = null; function popupform(source, isim, width, height) { if (newWindow == null || newWindow.closed) { newWindow = window.open(source, isim,"toolbar=1,location=1,status=1,menubar=yes,scrolling=yes,scrollbars=1,resizable=yes,width=" + width + ",height=" + height); } else { newWindow.focus(); newWindow.location = source; } } document.write("
      
");