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

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


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


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

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

//	usually null
//	known exceptions: Hood, Denney
var PTNT	= ' [ <a href="ptnt_dn.htm" '
//	next line may need to be updated, from time to time
PTNT		+= ' title=" 11 K patent associated with Denney "> '
PTNT		+= ' Patent </a>] '

var HIST	= ' History [ <a href="hist_dn.htm" title="long history of Denney "> Long </a> ] '
HIST		+= ' [ <a href="stat_pa.htm#PA_DN" title="short history of Denney "> Short </a> ] '

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