//	navigation row for Maker XX of Wooden Clamp
//	V 2002 Apr 03
//	variables	
//		xx, XX	two letter codes for maker
//		Grand Rapid Hand Screw Co.	name of firm
//		yy, YY	two letter codes for state

var Start	= '<p class="navmid">'
var Name	= ' Grand Rapid Hand Screw Co.: '
var Close 	= '</p>'


var WC		= ' [ <a href="mkwc_gr.htm" '
//	next line may need to be updated, from time to time
WC		+= ' title=" 28 K of pictures of Grand Rapid Hand Screw Co. wooden clamps "> '
WC		+= ' Pictures (WC) </a> ] '

var CC		= ' [ <a href="mkcc_gr.htm" '
//	next line may need to be updated, from time to time
CC		+= ' title=" 34 K of pictures of Grand Rapid Hand Screw Co. composite clamps "> '
CC		+= ' Pictures (CC) </a> ] '

var BC		= ' [ <a href="mkbc_gr.htm" '
//	next line may need to be updated, from time to time
BC		+= ' title=" 28 K of pictures of Grand Rapid Hand Screw Co. bar clamps "> '
BC		+= ' Pictures (BC) </a> ] '


var MDLS	= ' [ <a href="mdls_gr.htm" '
MDLS		+= ' title="models made by Grand Rapid Hand Screw Co. "> '
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_gr.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title=" 100 K graphics associated with Grand Rapid Hand Screw Co. "> '
GRFX		+= ' Graphics </a>] '

//	usually null
//	known exceptions: Hood, Denney
var PTNT	= ' '

var HIST	= ' History [ <a href="hist_gr.htm" title="long history of Grand Rapid Hand Screw Co. "> Long </a> ] '
HIST		+= ' [ <a href="stat_mi.htm#MI_GR" title="short history of Grand Rapid Hand Screw Co. "> Short </a> ] '

document.write( Start+Name+WC+CC+BC+MDLS+GRFX+PTNT+HIST+Close );