<!-- hide me
thumbs_header();
thumbs_content();
thumbs_footer();

function thumbnail(index)
{
	var photo = contents[index];
	var caption = contents[index + 1];
	var photo_index = index / 2 + 1;
	document.writeln('<TD class="thumb" WIDTH=75 HEIGHT=75>');
	document.writeln('<P ALIGN="RIGHT">');
	document.writeln('<A HREF="enlarge.html?photo=' + photo_index + '">');
	document.writeln('<IMG SRC="' + photo + '-1.jpg" BORDER=0>');
	document.writeln('</A></P></TD>');
	document.writeln('<TD class="thumb" WIDTH=219><P><FONT SIZE=-1>');
	document.writeln(caption);
	document.writeln('</FONT></P></TD>');
}

function relative_home()
{
	return '../../';
}
// end hide -->
