// JavaScript Document

function swapPicture(sPicTarget,sUrl){
	document.getElementById(sPicTarget).src = sUrl;
}