//	navigation row for xxx, owner/ user of clamps
//	V 2003 aug 13
//	xxx	owner/ user
//	zzz	maker (if known)

var Start	= ' <p class="navmid"> '
var Name	= ' Berkey and Gay : '
var Close 	= ' </p> '


var PCTR	= ' [ <a href="onrs_bg.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title=" 30 K of pictures of clamps used by Berkey and Gay  "> '
PCTR		+= ' Pictures </a> ] '

var MKRS	= ' [ <a href="mkwc_unk.htm" '
MKRS		+= ' title="makers of clamps used by Berkey and Gay "> '
MKRS		+= ' Maker(s) Unknown </a>] '

var MDLS	= ' [ <a href="mdls_bg.htm" '
MDLS		+= ' title="models used by Berkey and Gay "> '
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_bg.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="0 K graphics associated with Berkey and Gay "> '
GRFX		+= ' No Graphics </a>] '

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

var HIST	= ' History [ <a href="hist_bg.htm" title="long history of Berkey and Gay "> Long </a> ] '
HIST		+= ' [ <a href="stat_mi.htm#MI_BG" title="short history of Berkey and Gay "> Short </a> ] '

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