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

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



var PCTR	= ' [ <a href="dlrs_shl.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title="Sheldon, Dealer in bar clamps ">'
PCTR		+= ' Dealer (BC) </a> ] '


var MDLS	= ' [ '
MDLS		+= ' No Models (BC) ] '
document.write( Start+Name+PCTR+MDLS+Close );


var GRFX	= ' [ <a href="grfx_shl.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="pictures of Sheldon bar clamps ">'
GRFX		+= ' Graphics </a>] '


var PTNT	= ' [ <a href="ptnt_shl.htm" '
//	next line may need to be updated, from time to time
PTNT		+= ' No Patents ] '

var HIST	= ' History [ <a href="hist_shl.htm" title="long history of Sheldon "> Long </a> ] '
HIST		+= ' [ <a href="stat_il.htm#IL_SHL" title="short history of Sheldon "> Short </a> ] '

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

