function AsetaKuva(kohde, kuva) {
 document.getElementById(""+kohde+"").src=""+kuva+"";
}
