//	navigation row for Oak Leaf
//	V 2006 May 24

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


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


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

var GRFX	= ' [ <a href="grfx_ol.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="0K graphics associated with Oak Leaf"> '
GRFX		+= ' No Graphics </a>] '


var PTNT	= ' ' ;

var HIST	= ' [ <a href="hist_ol.htm" title="history of Oak Leaf "> History</a> ] '


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