//	navigation row for xxx, dealer in composite clamps
//	V 2002 Apr 03
//	xxx	dealer
//	zzz	brand (if any)

var Start	= ' <p class="navmid"> '
var Name	= ' T. B. Rayl : '
var Close 	= ' </p> '


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

//	may need several of these
var BRND	= ' Sellers of '
BRND		+= ' [ <a href="mkcc_rvc.htm" '
BRND		+= ' title=" sold by T. B. Rayl "> '
BRND		+= ' Reno Vise </a>] '

var MDLS	= ' [ <a href="mdls_ry.htm" '
MDLS		+= ' title="models sold by T. B. Rayl "> '
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_ry.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title=" 50 K graphics associated with T. B. Rayl "> '
GRFX		+= ' Graphics </a>] '

//	don't expect action here
var PTNT	= ' ' ;

var HIST	= ' History [ <a href="hist_ry.htm" title="long history of T. B. Rayl "> Long </a> ] '
HIST		+= ' [ <a href="stat_mi.htm#MI_RY" title="short history of T. B. Rayl "> Short </a> ] '

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