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 YolHava(){
var popurl="yol.htm"
winpops=window.open(popurl,"","width=800,height=600,")
}

function MesafeCetveli(){
var popurl="mesafecetveli.php"
winpops=window.open(popurl,"","width=750,height=400,")
}

function UyariVer(url,mesaj)
{
var a 
a = confirm(mesaj)
	if (a==1)
	{
	location.href= url;
	}

return ture;
}

function MenuGonder(targ,selObj,restore){ //v3.0

  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");

  if (restore) selObj.selectedIndex=0;

}

