function changeBG(id) {
	if (screen.width>800) {
		document.body.background = "images/background" + id + "_80.gif";
	} else {
		document.body.background = "images/spacer.gif";
	}
}