function showPreview(imagePath){
	var img = document.getElementById('switchme');
	img.src = imagePath;
}

