//	navigation row for Black Brothers
//	V 2002 Feb 06

var Start	= '<p class="navmid">'
var Name	= 'Black Brothers: '
var Close 	= '</p>'


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


var MDLS	= ' [ <a href="mdls_bbr.htm" title="models made by Black Brothers "> Models </a>]'

//	next line may need to be updated, from time to time
var GRFX	= ' [ No Graphics ] '


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

var HIST	= ' History [ <a href="hist_bbr.htm" title="long history of Black Brothers "> Long </a> ] '
HIST		+= ' [ <a href="stat_ny.htm#NY_BBR" title="short history of Black Brothers "> Short </a> ] '

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