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

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


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


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

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

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

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

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