
function showImageAWurf (imgItem, iPic) {
	document.getElementsByName("imgMain" + iPic)[0].setAttribute("src", imgItem.getAttribute("src"));
}

