//	navigation row for xxx, brand of composite clamps
//	V 2002 Apr 03
//	xxx	brand name
//	zzz	maker/ seller

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


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

var MKCC	= ' [ <a href="mkwc_hm.htm" '
MKCC		+= ' title="Hempe, Maker of Craftsman Brand"> '
MKCC		+= ' Maker </a>]'

var MDLS	= ' [ <a href="mdls_cr.htm" '
MDLS		+= ' title="models of Craftsman Brand"> '
MDLS		+= ' Models </a>]'

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


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

var HIST	= ' History [ <a href="hist_cr.htm" title="long history of Craftsman "> Long </a> ] '
HIST		+= ' [ <a href="stat_il.htm#IL_CR" title="short history of Craftsman "> Short </a> ] '

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

