//	navigation row for Holt Mfg Co.
//	V 2002 Feb 06

var Start	= '<p class="navmid">'
var Name	= ' Holt Mfg Co.: '
var Close 	= '</p>'


var PCTR	= ' [ <a href="mkcc_hlt.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title="19K of pictures of Holt Mfg Co. clamps ">'
PCTR		+= ' Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_hlt.htm" '
MDLS		+= 'title="models made by Holt Mfg Co. ">'
MDLS		+= ' No Models </a>]'

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


var PTNT	= ' [ <a href="ptnt_hlt.htm" '
//	next line may need to be updated, from time to time
PTNT		+= 'title="0K of drawings and text of patents used by Holt Mfg Co. ">'
PTNT		+= ' No Patents </a> ] '

var HIST	= ' No History '

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

