function changeImage(sTarget, sPath){
 	document.getElementById(sTarget).innerHTML = "<img src='" + sPath + "' />";
}
