	function amenu(id,name,durum) { document.getElementById(id).src = sitelink1 + 'resimler/menu-'+name+'-'+durum+'.png'; }
	
	function classDuzelt(id,deger) { document.getElementById(id).className=''+deger; }	
	
	function gitAdres(adres) { window.location=adres; }
	function gitAdres2(adres) { window.open(adres,"_blank"); }
	
	function sadeceRakam(evt) {
	    evt = (evt) ? evt : window.event
	    var charCode = (evt.which) ? evt.which : evt.keyCode
	    if (charCode > 31 && (charCode < 48 || charCode > 57)) {
	        status = "This field accepts numbers only."
	        return false
	    }
	    status = ""
	    return true
	}
	
	function otoBoyut1(id) {
		resimEni=document.getElementById(id).width;
		if (resimEni>140) { document.getElementById(id).width=140; }
	}
	
	function otoBoyut2(id) {
		resimEni=document.getElementById(id).width;
		if (resimEni>169) { document.getElementById(id).width=169; }
	}
	
	function otoBoyut3(id) {
		resimEni=document.getElementById(id).width;
		if (resimEni>159) { document.getElementById(id).width=159; }
	}
