function showImage(imagePath){
	document.getElementById("MainIMG").src = imagePath;
}
