<!-- Begin

function movepic(imageID, imgSrc) {
	document.getElementById(imageID).src = imgSrc;
}

// End -->