<?php
	// begin standard site page template
	include ($_SERVER["DOCUMENT_ROOT"].'/elements/page_header.php4');
	if (file_exists("intro.txt")) include ('intro.txt');

	// Display index of this section. The numeric parameter is the number of images per row.
	echo gallery_display($show, 450, 100);

	// close standard site page template
	include ($_SERVER["DOCUMENT_ROOT"].'/elements/page_footer.php4');
?>