//	navigation row for Valley City
//	V 2002 Feb 06

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


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


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

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


var PTNT	= ' ' ;

var HIST	 = ' History [ <a href="onrs.htm#MI_VC" title="long history of Valley City "> Long </a> ] '
HIST		+= ' [ <a href="stat_mi.htm#MI_VC" title="short history of Valley City "> Short </a> ] '

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