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

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


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


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

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

//	usually null
//	known exceptions: Hood, Denney
var PTNT	= ' [ <a href="ptnt_hd.htm" '
//	next line may need to be updated, from time to time
PTNT		+= ' title="??K patent associated with Hood "> '
PTNT		+= ' Patent </a>] '

var HIST	= ' History [ <a href="hist_hd.htm" title="long history of Hood "> Long </a> ] '
HIST		+= ' [ <a href="stat_ri.htm#RI_HD" title="short history of Hood "> Short </a> ] '

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