//	navigation row for Doos
//	V 2002 Feb 06

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


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


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

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


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

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

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