	function yorumSil(s,b,y){document.location.href = '?Islem=YorumSil&Sayfa=' + s + '&YaziId=' + b + '&YorumId=' + y;}
	
	function yorumSil2(s,b,y){
		bkmAjax('YorumEkle.asp?YaziId=' + b + '&YorumId=' + y, 'yaziYorumlar');
		bkmAjax('YaziYorumlar.asp?YaziId=' + b + '&Sayfa=' + s, 'yaziYorumlar');
	}
	
	function yorumAc(){
		if (document.getElementById("yorumYaz").style.display == "none"){
			document.getElementById("yorumYaz").style.display = "block";
		} else {
			document.getElementById("yorumYaz").style.display = "none";		
		}
	}
	
	function yorumGonder(){
		var yorum = ajaxKarakter(document.getElementById("Yorum").value);
		var yaziId = document.getElementById("YaziId").value;
		
		if (BosGecme(document.getElementById("Yorum"),10,"Lütfen yorum girin!") == false){return false;}
		
		bkmAjax('YorumEkle.asp?YaziId=' + yaziId + '&Yorum=' + yorum, 'islem');
		document.getElementById("Yorum").value = "";
		bkmAjax('YaziYorumlar.asp?YaziId=' + yaziId + '&Sayfa=1', 'yaziYorumlar');
	}	
	
	function WriteSwf(img,wsize,hsize){
		document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" wmode=\"transparent\" width=\""+wsize+"\" height=\""+hsize+"\">");
		document.write("<param name=\"movie\" value=\""+img+"\">");
		document.write("<param name=\"quality\" value=\"high\">");
		document.write("<param name=\"wmode\" value=\"transparent\">");
		document.write("<embed src=\""+img+"\" quality=\"high\" pluginspage=\"https://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\""+wsize+"\" height=\""+hsize+"\"></embed>");
		document.write("</object>");
	}
