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

var Start	= '<p class="navmid">'
var Name	= ' Greenfield Tool: Co. : '
var Close 	= '</p>'


var PCTR	= ' [ <a href="mkwc_gt.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title="0K of pictures of Greenfield Tool: Co.  clamps "> '
PCTR		+= ' No Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_gt.htm" '
MDLS		+= ' title="models made by Greenfield Tool: Co.  "> '
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_gt.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="200 K graphics associated with Greenfield Tool: Co.  "> '
GRFX		+= ' Graphics </a>] '

//	usually null
//	known exceptions: Hood, Denney
var PTNT	= ' '

var HIST	= ' History [ <a href="hist_gt.htm" title="long history of Greenfield Tool: Co.  "> Long </a> ] '
HIST		+= ' [ <a href="stat_ma.htm#MA_GT" title="short history of Greenfield Tool: Co.  "> Short </a> ] '

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