<!--  PestGO HEAD

// Link hedefi icin pencereye isim vermekte fayda var

window.name = "pestgo"; 

// Tiklanan linklerdeki kirik cizgileri onler (sadece IE'de)

document.hover = "this.blur()"; 

// Durum cubugunda sitemize ozel tanitim yazisi

window.status = "PestGO - Kesintisiz fare böcek haşere önleyici sistemler"; 

// Hata durumunda sayfa yeniden yuklenir

if (document.onerror) { document.write ('<meta http-equiv="refresh" content="0">'); }

// Popup pencere acmak icin elzem

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);}

// Frame Savar

if(top.frames.length > 0)
top.location.href=self.location; 
if (top != self) { top.location = self.location; } 

// Aç Kapa

function AcKapa(Tip) {
if (
document.getElementById(Tip).style.display == 'none') 
{
document.getElementById(Tip).style.display = ''; 
}
else {
document.getElementById(Tip).style.display = 'none';
}
}

// -->