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

var Start	= '<p class="navmid">'
var Name	= ' Aldrich and Hapgood: '
var Close 	= '</p>'


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


var MDLS	= ' [ <a href="mdls_ah.htm" '
MDLS		+= 'title="models made by Aldrich and Hapgood ">'
MDLS		+= ' No Models </a>] '

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

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

var HIST	= ' History [ <a href="hist_ah.htm" title="long history of Aldrich and Hapgood "> Long </a> ] '
HIST		+= ' [ <a href="hist_al.htm#MA_AH" title="short history of Aldrich and Hapgood "> Short </a> ] '

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

