//	navigation row for xxx, owner/ user of clamps
//	V 2002 Apr 29
//	xxx	owner/ user
//	zzz	maker (if known)

var Start	= ' <p class="navmid"> '
var Name	= ' Brunswick Balke Collender (BBC): '
var Close 	= ' </p> '


var PCTR	= ' [ <a href="onrs_bbc.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title="60K of pictures of clamps used by  BBC "> '
PCTR		+= ' No Pictures </a> ] '

//	may need 0/1/several of these
var MKRS	= ' [ <a href="mkwc_bm.htm" '
MKRS		+= ' title="Suspected Maker of clamps used by BBC "> '
MKRS		+= ' Bliss</a>] '

var MDLS	= ' [ <a href="mdls_bm.htm" '
MDLS		+= ' title="models used by BBC "> '
MDLS		+= ' No Models </a>] '

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

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

var HIST	= ' History [ <a href="hist_bbc.htm" title="long history of BBC "> Long </a> ] '
HIST		+= ' [ <a href="stat_il.htm#IL_BBC" title="short history of BBC "> Short </a> ] '

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