function imgChange( name, img ) {
	document.getElementById( name ).src = img;
}

