function ekranac(adres, target) {

alert('Şu anda çalışmıyor...');
return;

options='toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0,width=550,height=370'; 
acilan = window.open('chat/chat.php?'+adres,target,options); 
}
//_modal_opener

function tam_boy_goster(resim, baslik, gen, yuk) {
options='toolbar=0,status=0,menubar=0,scrollbars=0,resizable=1,top=0,left=0,width='+gen+',height='+yuk+''; 
acilan = window.open("galeri/fototamboy.php?src="+resim+"&baslik="+baslik,"mywindow",options); 
}
