// navigation row for Hargrave brand of Cincinnati Tool Co

//	V 2002 Mar 27

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

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

var MDLS	= ' [ <a href="mdls_hrg.htm" '
MDLS		+= ' title="models of Hargrave Brand, sold by Cincinnati Tool Co "> '
MDLS		+= ' Models </a> ] '


var PTNT	= ' [ <a href="ptnt_hrg.htm" '
PTNT		+= ' title="patents used by Hargrave Brand, sold by Cincinnati Tool Co "> '
PTNT		+= ' Patents </a> ] '

var HIST	= ' History [ <a href="hist_hrg.htm" title="long history of Hargrave Brand "> Long </a> ] '
HIST		+= ' [ <a href="stat_oh.htm#OH_HRG" title="short history of Hargrave Brand "> Short </a> ] '

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