//	navigation row for User SC = XX of Wooden Clamp
//	V 2002 Apr 03
//	variables	
//		xx, XX	two letter codes for maker/ owner
//		Charles Schwamb	name of firm
//		yy, YY	two letter codes for state

var Start	= '<p class="navmid">'
var Name	= ' Charles Schwamb 2nd: '
var Close 	= '</p>'


var PCTR	= ' [ <a href="onrs_sc.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title=" 20 K of pictures of Charles Schwamb clamps "> '
PCTR		+= ' Pictures </a> ] ' ;


var MDLS	= ' [ <a href="mdls_sc.htm" '
MDLS		+= ' No Models </a>] ' ;

var GRFX	= ' [ <a href="grfx_sc.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="graphics associated with Charles Schwamb "> ' ;
GRFX		+= ' No Graphics </a>] '

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

var HIST	= ' History [ <a href="hist_sc.htm" '
HIST		+= ' title="long history of Charles Schwamb "> Long </a> ] ' ;
HIST		+= ' [ <a href="stat_ma.htm#MA_SC" ';
HIST		+= ' title="short history of Charles Schwamb "> Short </a> ] ' ;

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

