swapimage = function(newimage) {
	if (document.getElementById) {
	the_image = document.getElementById("changerimage");
	the_image.src="imatges/"+newimage;
	return true;
	}
}