function put_home()
{
	with (document)
	{
		writeln("<p><small><center>Back to Protein Explorer's<br>");
		writeln("<a href=\"index.htm\">Protein 3D Structure Knowledge Home<\/a>.");
		writeln("<\/small><\/center>");
	}
}

function put_within_pe()
{
	with (document)
	{
		writeln("<br><small><small>");
		writeln("A resource within");
		writeln("<a href=\"../index.htm\">ProteinExplorer.Org</a>.");
		writeln("<\/small><\/small>");
	}
}