//	navigation row for Velox
//	V 2002 Oct 03

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




var PCTR	= ' [ <a href="mkcc_vlx.htm" ' 
//	next line may need to be updated, from time to time
PCTR		+= ' title="pictures of Velox composite clamps ">'
PCTR		+= ' Pictures  (CC) ] '


var MDLS	= ' [ '
MDLS		+= ' No Models (CC) ] '

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


var GRFX	= ' [  '
//	next line may need to be updated, from time to time
GRFX		+= ' '
GRFX		+= ' No Graphics ] '


var PTNT	= ' [  '
//	next line may need to be updated, from time to time
PTNT		+= ' '
PTNT		+= ' No Patents ] '

var HIST	= ' History [ <a href="hist_vlx.htm" title="long history of Velox"> Long </a> ] '


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