//	navigation row for Webster and Butterfield
//	V 2002 Feb 06

var Start	= '<p class="navmid">'
var Name	= ' Webster and Butterfield: '
var Close 	= '</p>'


var PCTR	= ' [ <a href="mkwc_wb.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title="100K of pictures of Webster and Butterfield clamps "> '
PCTR		+= ' Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_wb.htm" '
MDLS		+= ' title="models made by Webster and Butterfield "> '
MDLS		+= ' Models </a>] '

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


var PTNT	= ' ' ;

var HIST	= ' History [ <a href="hist_wb.htm" title="long history of Webster and Butterfield "> Long </a> ] '
HIST		+= ' [ <a href="stat_ma.htm#MA_WB" title="short history of Webster and Butterfield "> Short </a> ] '

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