function degistir(a){
	var img = document.getElementById('imgDegisken');
	img.src = a;
}
