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

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


var PCTR	= ' [ <a href="brnd_wnd.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title="pictures of Windsor Design quick release composite clamps "> '
PCTR		+= ' Pictures </a> ] '



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




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

var HIST	= ' History [ <a href="hist_wnd.htm" '
HIST		+= 'title="long history of Windsor Design"> Long </a> ] '


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


