// Fucntion for simple gallery

function showPic(src) {
	document.getElementById('pic').src = src;
	}
