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

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


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


var MDLS	= ' [ <a href="mdls_nt.htm" '
MDLS		+= 'title="models made by Wallace Nutting ">'
MDLS		+= ' No Models </a>] '

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

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

var HIST	= ' History [ <a href="hist_nt.htm" title="long history of Wallace Nutting "> Long </a> ] '
HIST		+= ' [ <a href="stat_ma.htm#MA_NT" title="short history of Wallace Nutting "> Short </a> ] '

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