// FieldenMaps.info
// Table Footer Navigation JavaScript Functions
// Version 1.01
// Revision Date: 12 January 2007
// Copyright © 2007 Ed Fielden


function ftrnavtop(uri) {
	document.write('<a class="ftr" href="' + uri + '">Top of page</a>');
  	document.write('<img src="http://www.fieldenmaps.info/p.gif" width=30 height=1 alt="" align=bottom>');
//	document.write('<br>');
}

function ftrnavtbl(urix){
	document.write('<a class="ftr" href="' + urix + '">Top of table</a>');
}

function ftrnav(uri_top, uri_tbl){
	document.write('<a class="ftr" href="' + uri_top + '">Top of page</a>');
  	document.write('<img src="http://www.fieldenmaps.info/p.gif" width=30 height=1 alt="" align=bottom>');
	document.write('<a class="ftr" href="' + uri_tbl + '">Top of table</a>');
}
