function chengeImage(id, img) {
	document.getElementById(id).src = 'http://metalloinox.ck.ua/img/' + img;
}
