//	navigation row for Maker XX of Wooden Clamp
//	V 2002 Apr 03
//	variables	
//		xx, XX	two letter codes for maker
//		Bancroft	name of firm
//		yy, YY	two letter codes for state

var Start	= '<p class="navmid"> '
var Name	= ' Bancroft: '
var Close 	= ' </p> '


var WC		= ' [ <a href="mkwc_bn.htm" '
//	next line may need to be updated, from time to time
WC		+= ' title="0K of pictures of Bancroft wooden clamps "> '
WC		+= ' Pictures </a> ] '

var BC		= ' [ <a href="mkbc_bn.htm" '
//	next line may need to be updated, from time to time
BC		+= ' title="0K of pictures of Bancroft bar clamps "> '
BC		+= ' Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_bn.htm" '
MDLS		+= ' title="models made by Bancroft "> '
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_bn.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="??K graphics associated with Bancroft "> '
GRFX		+= ' Graphics </a>] '

//	usually null
//	other exceptions: Hood, Denney
var PTNT	= ' [ <a href="ptnt_bn.htm" '
//	next line may need to be updated, from time to time
PTNT		+= ' title="patent associated with Bancroft "> '
PTNT		+= ' Patent </a>] '

var HIST	= ' History [ <a href="hist_bn.htm" title="long history of Bancroft "> Long </a> ] '
HIST		+= ' [ <a href="stat_ri.htm#RI_BN" title="short history of Bancroft "> Short </a> ] '

document.write( Start+Name+WC+BC+MDLS+GRFX+PTNT+HIST+Close );
