function switchImage(newpic) {
	var img = document.getElementById('mainimage');
	img.src = newpic;
	return false;
}