//	navigation row for Auburn Tool Company
//	V 2002 Mar 25

var Start	= '<p class="navmid">'
var Name	= ' Auburn Tool Company: '
var Close 	= '</p>'


var PCTR	= ' [ <a href="mkwc_au.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title="0K of pictures of Auburn Tool Company clamps ">'
PCTR		+= ' Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_au.htm" '
MDLS		+= ' title="models made by Auburn Tool Company ">'
MDLS		+= ' Models </a>] '

var GRFX	= ' [ <a href="grfx_au.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="??K graphics associated with Auburn Tool Company "> '
GRFX		+= ' Graphics </a>] '


var PTNT	= ' ' ;

var HIST	= ' History [ <a href="hist_au.htm" title="long history of Auburn Tool Company "> Long </a> ] '
HIST		+= ' [ <a href="stat_ny.htm#NY_AU" title="short history of Auburn Tool Company "> Short </a> ] '

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

