function video_sil(sayfa,admin,numara,resim,video)
{
	var where_to= confirm("Bu Videoyu Silmek İstediğinize Eminmisiniz?");
	if (where_to== true)
	{
   		window.location.href ="index.php?sayfa="+sayfa+"&admin="+admin+"&numara="+numara+"&resimpath="+resim+"&videopath="+video+"&video_durum=sil";
	}
}
function web_yorum_sil(){
   var sc ='yorum_detaylar='+yorum_detaylar+'&detaylar='+detaylar+'&yorum_sil='+silmedurum;
   JXG(1, "sonuc_yorum", "http://www.videolar.net/php/web_yorum.php" , sc);
}
function toggleLayer(whichLayer)
{
if (document.getElementById)
{

var style2 = document.getElementById(whichLayer).style;
style2.display = style2.display? "":"block";
}
else if (document.all)
{

var style2 = document.all[whichLayer].style;
style2.display = style2.display? "":"block";
}
else if (document.layers)
{

var style2 = document.layers[whichLayer].style;
style2.display = style2.display? "":"block";
}
}