function chImage(id,image){
	document.getElementsByName(id)[0].src = image + '.jpg';
}