function showPreview( gal, pic ) {
	var img = document.getElementById( 'galPreview' );
	img.src = "previews/" + gal + "/" + pic + ".jpg";
}
