//	navigation row for Detroit Machine Screw Works
//	V 2002 Feb 06

var Start	= ' <p class="navmid"> '
var Name	= ' Detroit Machine Screw Works: '
var Close 	= ' </p> '


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


var MDLS	= ' [ <a href="mdls_dtr.htm" '
MDLS		+= ' title="models made by Detroit Machine Screw Works "> '
MDLS		+= ' Models </a>]'

var GRFX	= ' [ <a href="grfx_dtr.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title="??K graphics associated with Detroit Machine Screw Works "> '
GRFX		+= ' Graphics </a>]'


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

var HIST	= ' History [ <a href="hist_dtr.htm" title="long history of Detroit Machine Screw Works "> Long </a> ] '
HIST		+= ' [ <a href="stat_mi.htm#MI_DTR" title="short history of Detroit Machine Screw Works "> Short </a> ] '

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