
function changeBG(id, x) {
	id.style.backgroundImage = "url(/img1/" + x + ".jpg)";
	id.style.backgroundPosition = "0px 0px";
	return true;
}