function gallery_footer()
{
	with (document)
	{
		writeln("<p><center><table cellpadding='5' width='100%'>");
		writeln("<tr><td bgcolor='#e0e0e0'><font size='+1'>");

		writeln("<center><p>Back to");

		writeln("<a href=\"index.htm\">Becky Brown Gallery</a>");
		writeln("&nbsp; ~ &nbsp;");
		writeln("<a href=\"../../index.htm\">Becky Brown & Karl Martz</a>");
		writeln("</center>");

		writeln("</font></td></tr></table></center>");
	}
}

function pem()
{
	with (document)
	{
		writeln("<center>");
		writeln("<small>Photography by");
		writeln("<a href=\"http://www.umass.edu/molvis/martz\">Eric Martz</a>.</small>");
		writeln("</center>");
	}
}
function pemc(cyear)
{
	with (document)
	{
		writeln("<center>");
		writeln("<small>Photography copyright " + cyear + " by");
		writeln("<a href=\"http://www.umass.edu/molvis/martz\">Eric Martz</a>.</small>");
		writeln("</center>");
	}
}

