//	navigation row for Brink and Cotton Mfg Co
//	V 2002 Jul 17

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


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


var MDLS	= ' [ <a href="mdls_bcm.htm" '
MDLS		+= 'title="models of Brink and Cotton Mfg Co ">'
MDLS		+= ' No Models </a>]'


var GRFX	= ' [ <a href="grfx_bcm.htm" '
GRFX		+= 'title="graphics of Brink and Cotton Mfg Co ">'
GRFX		+= ' No Graphics </a>]'


var HIST	= ' History [ <a href="hist_bcm.htm" title="long history of Brink and Cotton Mfg Co "> Long </a> ] '
HIST		+= ' [ <a href="stat_ct.htm#CT_BCM" title="short history of Brink and Cotton Mfg Co "> Short </a> ] '

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