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

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


var PCTR	= ' [ <a href="mkwc_bt.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title=" 130 K of pictures of Buttrick clamps ">'
PCTR		+= ' Pictures </a> ] '


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

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

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

var HIST	= ' History [ <a href="hist_bt.htm" title="long history of Buttrick "> Long </a> ] '
HIST		+= ' [ <a href="stat_ma.htm#MA_BT" title="short history of Buttrick "> Short </a> ] '

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