//	navigation row for Dosch Speedclamp
//	V 2002 Mar 27

var Start	= '<p class="navmid">'
var Name	= ' Dosch Speedclamp brand : '
var Close 	= '</p>'


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


var MDLS	= ' [ <a href="mdls_dsc.htm" '
MDLS		+= 'title="models of Dosch Speedclamp, made by Smith and Egge ">'
MDLS		+= ' Models </a>]'


var HIST	= ' History [ <a href="hist_dsc.htm" title="long history of Dosch Speedclamp "> Long </a> ] '
HIST		+= ' [ <a href="stat_ct.htm#CT_DSC" title="short history of Dosch Speedclamp "> Short </a> ] '

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