//	navigation row for Aldrich
//	V 2003 Jan 10

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


var PCTR	= ' [ <a href="mkwc_al.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title="50K of pictures of Aldrich wooden clamps ">'
PCTR		+= ' Pictures </a> ] '


var PCTR	= ' [ <a href="mkbc_al.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title="10K of pictures of Aldrich bar clamps ">'
PCTR		+= ' Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_al.htm" '
MDLS		+= 'title="models made by Aldrich ">'
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_al.htm" '
//	next line may need to be updated, from time to time
GRFX		+= 'title="250K graphics associated with Aldrich "> '
GRFX		+= ' Graphics </a>] '


var PTNT	= ' ' ;

var HIST	= ' History [ <a href="hist_al.htm" title="long history of Aldrich "> Long </a> ] '
HIST		+= ' [ <a href="stat_ma.htm#MA_AL" title="short history of Aldrich "> Short </a> ] '

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