function chgImg(o, n) {
	document.getElementById(o).src = n;
}