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

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


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

document.write( Start+Name+PCTR+Close );

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


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


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


var PTNT	= ' [ <a href="ptnt_tdd.htm" '
//	next line may need to be updated, from time to time
PTNT		+= 'title="no patents known used by Todd ">'
PTNT		+= ' Patents </a>] '

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

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