//	navigation row for Tarbell
//	V 2002 Oct 03

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


var PCTR	= ' [ <a href="mkcc_trb.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title="10K of pictures of Tarbell wooden clamps ">'
PCTR		+= ' Pictures  (WC) </a> ] '

var MDLS	= ' [ <a href="mdls_trb.htm" title="models of wooden clamps made by Tarbell "> Models (WC) </a>]'
document.write( Start+Name+PCTR+MDLS+Close );

var PCTR	= ' [ <a href="mkbc_trb.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title="10K of pictures of Tarbell bar clamps ">'
PCTR		+= ' Pictures  (BC) </a> ] '


var MDLS	= ' [ <a href="mdls_trb.htm#BC" title="models of bar clamps made by Tarbell "> Models (BC) </a>]'
document.write( Start+Name+PCTR+MDLS+Close );


//	next line may need to be updated, from time to time
var GRFX	= ' [ No Graphics ] '


var PTNT	= ' [ <a href="ptnt_trb.htm" '
//	next line may need to be updated, from time to time
PTNT		+= 'title="30K of drawings and text of patents used by Tarbell ">'
PTNT		+= ' Patents </a> ] '

var HIST	= ' History [ <a href="hist_trb.htm" title="long history of Tarbell "> Long </a> ] '
HIST		+= ' [ <a href="stat_nh.htm#NH_TRB" title="short history of Tarbell "> Short </a> ] '

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