//	navigation row for Jorgensen Brand
//	need to type to maker ACC
//	V 2002 Mar 27

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


var PCTR	= ' [ <a href="brnd_jrg.htm" '
//	next line may need to be updated, from time to time
PCTR		+= 'title="??K of pictures of Jorgensen Brand clamps ">'
PCTR		+= ' Pictures </a> ] '

var MDLS	= ' [ <a href="mdls_jrg.htm" '
MDLS		+= 'title="models of Jorgensen Brand clamps"> '
MDLS		+= 'Models</A> ] '

var HIST	= ' History [ <a href="hist_jrg.htm" title="long history of Jorgensen Brand "> Long </a> ] '
HIST		+= ' [ <a href="stat_il.htm#IL_JRG" title="short history of Jorgensen Brand "> Short </a> ] '

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

