function changeImage(value) {
	var img = document.getElementById("mainimage");
	img.src=value;
}
