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

var Start	= '<p class="navmid">'
var Name	= 'Adjustable Clamp Company: '
var Close 	= '</p>'


var PCTR	= ' [ <a href="mkcc_acc.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title="?K of pictures of Adjustable Clamp Co composite clamps ">'
PCTR		+= ' Pictures  (CC) (BC) </a> ] '


var MDLS	 = ' [ <a href="mdls_acc.htm" title="models of clamps made by Adjustable Clamp"> '
MDLS		+= ' Models (CC) (BC) </a>] '

var BRND	 = ' Brands: [ <a href="brnd_jrg.htm" title="Jorgensen brand"> Jorgensen </a>] '

BRND		+= ' [ <a href="brnd_pny.htm" title="Pony brand"> Pony </a>] '

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


//	next line may need to be updated, from time to time
var GRFX	= ' [ <a href="grfx_acc.htm" title="Graphics of Adjustable Clamps Co"> Graphics </a> ] '


var PTNT	= ' [ <a href="ptnt_acc.htm" '
PTNT		+= 'title="patents associated with Adjustable Clamp Company"> '
PTNT		+= ' Patents</a> ] '

var HIST	= ' History [ <a href="hist_acc.htm">Long</a> ] '
HIST		+= ' [ <a href="stat_il.htm#IL_ACC">Short</a> ] '

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