// Hata Temizleme Kodu --------------------------
function ClearError() {return true;}
window.onerror = ClearError;
// Hata Temizleme Kodu --------------------------

// Yeni Pencere Kodu --------------------------

function YeniPencere(theURL,winName,features) {
  	window.open(theURL,winName,features);
}

// Yeni Pencere Kodu --------------------------

// Select Box Zęplama Kodu ----------------------

  function postyonlendir(path) {
    window.location.href = path.options[path.selectedIndex].value;
  }

// Select Box Zęplama Kodu ----------------------
