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

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


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


var MDLS	= ' [ <a href="mdls_st.htm" '
MDLS		+= ' title="models made by st-long "> '
MDLS		+= ' Models </a>] '

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

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

var HIST	= ' History [ <a href="hist_st.htm" title="long history of Stanley "> Long </a> ] '
HIST		+= ' [ <a href="stat_ct.htm#CT_ST" title="short history of Stanley "> Short </a> ] '

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