
<!-- javascriptler

// 800 ekran
if(screen.width<1024){document.write('<link rel=stylesheet href=800.css media=all>');}
if(screen.width>=1024){document.write('');};

// pencereyi tanımlıyoruz
window.name="parantez";
window.status=" P a r a n t e z   Y a y ı n e v i ";

// siteyi frame içine aldırtmayalım
if(top.frames.length > 0)
top.location.href=self.location;

// hata uyarılarını gizleyelim
function stopError() {
return true;}
window.onerror = stopError;

// popup pencere açarken lâzım olacak
function MM_openBrWindow(URL,isim,hususiyetler) { //v2.0
window.open(URL,isim,hususiyetler);
}

//  End -->