function switchGalleryImage(src, txt) {
	document.getElementById('switchimage').src = src;
	document.getElementById('kuvateksti').innerHTML = txt;
}