<!--

// Ekran Boyutuna uygun Style

if (screen.width < 1024) {
document.write('<style type="text\/css">');
document.write('#anablok { width: 620px ! important } ');
document.write('#mesaj { position: absolute; top: 420px; left: 8px; }');
document.write('<\/style>'); 
} 

// Frame Savar

if(top.frames.length > 0)
top.location.href=self.location; 
if (top != self) { top.location = self.location; } 

// Aç Kapa

function AcKapa(Link) {
if (document.getElementById(Link).style.display == 'none') 
{
document.getElementById(Link).style.display = ''; 
}
else {
document.getElementById(Link).style.display = 'none';
}
}

//-->
