//	navigation row for Owner SW = Samuel Wing of Wooden Clamp
//	V 2002 Nov 28
//	variables	
//		xx, XX	two letter codes for maker
//		Wing	name of firm
//		yy, YY	two letter codes for state

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

//	reclassify as onrs_wn
var PCTR	= ' [ <a href="onrs_wn.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title=" 169 K of pictures of Wing clamps "> '
PCTR		+= ' Pictures </a> ] '

var MKRS = ' self made ' ;


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

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

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

var HIST	= ' History [ <a href="hist_wn.htm" title="long history of Wing "> Long </a> ] '
HIST		+= ' [ <a href="stat_ma.htm#MA_wn" title="short history of Wing "> Short </a> ] '

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