//	navigation row for Maker XX of Wooden Clamp
//	V 2002 Apr 03
//	variables	
//		xx, XX	two letter codes for maker
//		P McRae, offering Square Peg brand	name of firm
//		yy, YY	two letter codes for state

var Start	= '<p class="navmid">'
var Name	= '<A HREF="mailto:pcmm@attbi.net">P McRae</a>, and Square Peg brand'
var Close 	= '</p>'


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


var MDLS	= ' [ <a href="mdls_pmr.htm" '
MDLS		+= ' title="models made by P McRae, offering Square Peg brand "> '
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_pmr.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="??K graphics associated with P McRae, offering Square Peg brand "> '
GRFX		+= ' No Graphics </a>] '

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

var HIST	= ' History [ <a href="hist_pmr.htm" title="long history of P McRae, offering Square Peg brand "> Long </a> ] '
HIST		+= ' [ <a href="mkwc.htm#MKRS_USCR" title="short history of P McRae, offering Square Peg brand "> Short </a> ] '

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

//	navigation row for P McRae, offering Square Peg brand