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

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


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

var MKWC	= ' '

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

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


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

var HIST	= ' [ <a href="hist_wnc.htm" title="history of Winchester"> History </a> ] '


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

