function changeBgImage (coords, id) {
	var element = document.getElementById(id);
	element.style.backgroundPosition = coords;
}