//	navigation row for A J Wilkinson:
//	V 2002 Feb 06

var Start	= '<p class="navmid">'
var Name	= 'Brown Specialty Machinery: '
var Close 	= '</p>'


var PCTR	= ' [  '
//	next line may need to be updated, from time to time
PCTR		+= ' No Pictures ] '


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

var GRFX	= ' [ <a href="grfx_bsm.htm" title="graphics associated with Brown Specialty Machinery"> Graphics </a>] '

var PTNT	= ' ' ;

var HIST	= ' History [ <a href="hist_bsm.htm" title="long history of Brown Specialty Machinery"> Long </a> ] '
HIST		+= ' [ <a href="stat_il.htm#IL_BSM" title="short history of Brown Specialty Machinery"> Short </a> ] '

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