function chgImg(id,img){
	document.getElementById(id).src=img;
}
