// JavaScript Document

function showcaption() {
	$('#photocaption').show();
}
function hidecaption() {
	$('#photocaption').hide();
}
