function bgsw(n) {
	document.body.style.backgroundImage = "url('img/textura" + n + ".jpg')";
}