//	navigation row for Reno Vise Company
//	V 2002 Feb 06

var Start	= '<p class="navmid">'
var Name	= 'Reno Vise Company: '
var Close 	= '</p>'


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


var MDLS	= ' [ <a href="mdls_rvc.htm" '
MDLS		+= 'title="models made by Reno Vise Company ">'
MDLS		+= ' Models </a>]'

var GRFX	= ' [ <a href="grfx_rvc.htm" '
//	next line may need to be updated, from time to time
GRFX		+= 'title="20K graphics associated with Reno Vise Company "> '
GRFX		+= ' Graphics </a>]'


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

var HIST	= ' History [ <a href="hist_rvc.htm" title="long history of Reno Vise Company "> Long </a> ] '
HIST		+= ' [ <a href="stat_mi.htm#MI_RVC" title="short history of Reno Vise Company "> Short </a> ] '

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