//	navigation row for Stout
//	V 2002 Oct 03

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

var PCTR	= ' [ <a href="mkbc_stt.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title="36K of pictures of Stout bar clamps ">'
PCTR		+= ' Pictures  (BC) </a> ] '


var MDLS	= ' [ <a href="mdls_stt.htm#BC" title="models of bar clamps made by Stout"> No Models (BC) </a>]'
document.write( Start+Name+PCTR+MDLS+Close );


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


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

var HIST	= ' No History  '
HIST		+= ' [ <a href="stat_ca.htm#CA_STT" title="short history of Stout "> Short </a> ] '

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