// JavaScript Document

function setImage (id, imgPath) {
	$(id).attr('src', imgPath);
}
