function showbig(imagepath){
	var bigimage = document.getElementById('bigimage');
	bigimage.src= imagepath;
}