
function changeImg(imgSrc, imgId){
	ob = getElem('id', imgId, '');
	ob.src = imgSrc;
}
