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

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


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

var MKWC	= ' '

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

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


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

var HIST	= ' [ <a href="hist_kk.htm" title="history of Keen Kutter"> History </a> ] '


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

