function sakla(id) {
	var alan
	alan = document.getElementById(id);
	if (alan.style.display == 'block' || alan.style.display == '') {
		alan.style.display = 'none';
		document.all.cver.value="Kategoriyi Aç";
		
	}
	else {
	alan.style.display = 'block';		
	
	document.all.cver.value="Kategoriyi Kapat";
	}
}

 function formsec() 
 {
 document.form1.link.focus();
 document.form1.link.select();
 textRange = document.form1.link.createTextRange();
 textRange.execCommand("RemoveFormat");
 textRange.execCommand("Copy");
 }

function say(textarea,uzunluk) 
{ 
   if(textarea.value.length>=uzunluk ) //Basılan tuş ENTER ise 
   {//VEYA izin verilen uzunluk aşılacaksa 
      window.event.keyCode = 0 ; // Tuşu iptal et.
	  return false;
   } 
   spn_say.innerText = uzunluk - textarea.value.length; 
   return true;
} 
function MenuGonder(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function PencereCagir(url){
var popurl= url;
winpops=window.open(popurl,"","width=700,height=600,")
}

function pencere(url,genislik,yukseklik){
winpops=window.open(url,"","width= " + genislik + ",height=" + yukseklik + ",fullscreen=no,scrollbars=yes,location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=yes")
}
	