function ShowLargeImage(srcName) {
	document.getElementById("large-image").src = document.getElementById(srcName).src;
}

function ChangeExcerpt(curValue) {
	var curURL = 'samples.php?ex=' + curValue + '#chap-excerpts';
	window.location=curURL;
}