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

var Start	= '<p class="navmid">'
var Name	= ' Bliss Mfg Co: '
var Close 	= '</p>'


var PCTR	= ' [ <a href="mkwc_bm.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title=" 39 K of pictures of Bliss Mfg Co clamps ">'
PCTR		+= ' Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_bl.htm#RI_BM" '
MDLS		+= ' title="models made by Bliss Mfg Co "> '
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_bm.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title=" 175 K graphics associated with Bliss Mfg Co "> '
GRFX		+= ' Graphics </a>] '

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

var HIST	= ' History [ <a href="hist_xbl.htm#RI_BM" title="long history of Bliss Mfg Co "> Long </a> ] '
HIST		+= ' [ <a href="stat_ri.htm#RI_BM" title="short history of Bliss Mfg Co "> Short </a> ] '

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