//	navigation row for Chapin Tool Company
//	V 2002 Mar 25

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


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


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

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


var PTNT	= ' ' ;

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

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