function ImgChange(path,target){
	document.getElementById(target).src = path;
}


