// Site İçeriği Düzenleyen JS
//----------------------------------------------
 var uyeanahtar;
 
function YaziciDostu(id){
window.open('icerik_yazdir.asp?gd='+id,'printout'+id,'scrollbars=1,status=1,resizable=0,width=600,height=500');
}
function Tavsiye(id){
window.open('tavsiyegonder.asp?gd='+id,'advice'+id,'scrollbars=0,status=1,resizable=0,width=400,height=300');
}
function YorumYaz(id){
window.open('yorumyaz.asp?gd='+id,'comment'+id,'scrollbars=0,status=1,resizable=0,width=400,height=350');
}
function Radyo()
{
var hedef = "radyo.asp";
window.open(hedef,'radyo','status=0,resizable=0,width=200,height=240');   
}   

function VideoAc()
{
var hedef = "http://81.215.87.193";
window.open(hedef,'video','status=0,resizable=0,width=760,height=580');   
}   

function Bilgi(uye_anahtar){
  BilgiGoster(uye_anahtar);
}  
  
function BilgiGoster(idisi) {
	//var c = getAnchorPosition("uye"+id);
	if (document.getElementById) {
		var o = document.getElementById("uyebilgiekrani");
		if (o.style) {
		
		    if (uyeanahtar==idisi){
			    if(o.style.display == 'none'){	    
			    o.style.display = '';
			    bilgiokunuyor();
			    BilgiAl(idisi);
			    o.width='500px';
			    }
			    else
			    {	    
			    o.style.display = 'none';
			    o.width='186px';
			    }
			    }
			    else
			    {
			    o.style.display = '';
			    bilgiokunuyor();
			    BilgiAl(idisi);
			    o.width='500px';
			    }
			    uyeanahtar=idisi
			    var hamleft = pozisyonx()+500;
			    var hamtop  = pozisyony()+10
			     if (hamleft>document.body.offsetWidth){
			     kutusolu = (document.body.offsetWidth-400)
			     }
			     else
			     {
			     kutusolu = (hamleft-500)
			     }
				o.style.left    = kutusolu;
				o.style.top     = hamtop;
				}
			
		}
	}  
	function bilgiokunuyor(){
	 document.all.uyebilgi.innerHTML='<img border="0" src="resimler/bilgi_yukleniyor.gif" width="20" height="20" align="left">&nbsp;&nbsp;<font face="Verdana" size="1" color="#FFFFFF">Bilgiler okunuyor...</font>';
	}
	function BilgiAl(idi){
	ubilframe.location='uye_bilgiver.asp?anahtar='+idi
	}
	function BilgiKapat(){
	document.getElementById("uyebilgiekrani").style.display='none';
	}
  