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

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


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


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

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


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

var HIST	= ' History [ <a href="hist_bss.htm" title="long history of Bass Brothers "> No Long </a> ] '
HIST		+= ' [ <a href="stat_ny.htm#NY_BSS" title="short history of Bass Brothers "> Short </a> ] '

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

