function exchangeImage(imgUrl)
{
	var obj = document.getElementById("viewImage");
	obj.src = imgUrl;
}

