	function yorumGonder(){
		var yorum = ajaxKarakter(document.getElementById("Yorum").value);
		var skecId = document.getElementById("SkecId").value;
		if (BosGecme(document.getElementById("Yorum"),10,"Lütfen yorum girin!") == false){return false;}		
		bkmAjax('SkecYorumEkle.asp?SkecId=' + skecId + '&Yorum=' + yorum, 'yorum-sonuc');
		var yorum = document.getElementById("Yorum").value = "";
		bkmAjax('SkecYorumlar.asp?SkecId=' + skecId + '&Sayfa=1', 'skecYorumlar');
	}
	
	function yorumGonder2(){
		var yorum = ajaxKarakter(document.getElementById("Yorum").value);
		var skecId = document.getElementById("SkecId").value;
		if (BosGecme(document.getElementById("Yorum"),10,"Lütfen yorum girin!") == false){
			return false;
		}		
		bkmAjax('SkecYorumEkle.asp?SkecId=' + skecId + '&Yorum=' + yorum, 'yorum-sonuc');
		document.getElementById("yorum-sonuc").style.display = "block";	
		document.location.href = "InterneteOzelSkec.asp?SkecId=" + skecId;
	}
	
	function yorumSil(v,y,s){
		bkmAjax('SkecYorumEkle.asp?SkecId=' + v + '&sId=' + y, 'islem');
		bkmAjax('SkecYorumlar.asp?SkecId=' + v + '&Sayfa=' + s, 'skecYorumlar');
	}
	
	function yeniYorum(){
		document.getElementById("yorum-sonuc").style.display = "none";
		document.getElementById("Yorum").value = "";
		document.getElementById("Yorum").focus();
	}
	
	function yorumKapat(){
		document.getElementById("Yorum").value = "";
		document.getElementById("yorum-sonuc").style.display = "none";
	}
	
	function skecOyla(s,p,d){bkmAjax('SkecOyla.asp?SkecId=' + s + '&Puan=' + p, d);}	
	function skecOyla2(s,p,d){bkmAjax('SkecOyla.asp?SkecId=' + s + '&Puan=' + p, 'oylama');}
	
	function ayinVideolari(){
		document.getElementById("ayinVideolari").style.display = "block";
		document.getElementById("haftaninVideolari").style.display = "none";
	}
	
	function haftaninVideolari(){
		document.getElementById("ayinVideolari").style.display = "none";
		document.getElementById("haftaninVideolari").style.display = "block";
	}	
	
	function skecGetir(o,s){bkmAjax('iKameraArkasi.asp?SkecId=' + o + '&Sayfa=' + s, 'iVideolar');}	
	function skecGetir2(o,s){bkmAjax('iGenisOzet.asp?SkecId=' + o + '&Sayfa=' + s, 'cVideolar');}
