// vymiena obrazok 
function choose (imageName, imageSrc) {
	document.images[imageName].src=imageSrc;
}

