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

var Start	= '<p class="navmid">'
var Name	= ' Chapin-Stevens: '
var Close 	= '</p>'


var PCTR	= ' [ <a href="mkwc_cs.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title=" ?? K of pictures of Chapin-Stevens clamps ">'
PCTR		+= ' Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_cs.htm" '
MDLS		+= 'title="models made by Chapin-Stevens ">'
MDLS		+= ' No Models </a>] '

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

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

var HIST	= ' History [ <a href="hist_cs.htm" title="long history of Chapin-Stevens "> Long </a> ] '
HIST		+= ' [ <a href="stat_ct.htm#CT_CS" title="short history of Chapin-Stevens "> Short </a> ] '

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

