function changeImage( image ) {
	document.getElementById('picture-box').src = 'data/gallery/'+image;
}

function setCaption( caption ) {
	document.getElementById('caption').src = 'data/gallery/'+caption;
}
