function showImage(imagepath) {
	document.getElementById('imgMain').src='images/' + imagepath;

}