//	navigation row for Doelsh 
//	V 2002 Feb 08

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


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


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

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


var PTNT	= ' [ <a href="ptnt_dls.htm" '
//	next line may need to be updated, from time to time
PTNT		+= ' title="0K of drawings and text of patents used by Doelsh "> '
PTNT		+= ' No Patents </a> ] '

var HIST	= ' History [ <a href="hist_dls.htm" title="long history of Doelsh "> Long </a> ] '
HIST		+= ' [ <a href="stat_yy.htm#YY_DLS" title="short history of Doelsh "> Short </a> ] '

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

