//	navigation row for xxx, owner/ user of clamps
//	V 2002 Apr 29
//	xxx	owner/ user
//	zzz	maker (if known)

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


var PCTR	= ' [ <a href="onrs_eo.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title="??K of pictures of clamps used by Estey Organ  "> '
PCTR		+= ' No Pictures </a> ] '

//	may need 0/1/several of these
var MKRS	= ' [ <a href="mkwc_nr.htm" '
MKRS		+= ' title="Maker of clamps used by Estey Organ "> '
MKRS		+= ' Narragansett </a>] '

var MDLS	= ' [ <a href="mdls_nr.htm" '
MDLS		+= ' title="models used by Estey Organ "> '
MDLS		+= ' Models </a>] '

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

//	don't expect action here
var PTNT	= ' ' ;

var HIST	= ' History [ <a href="hist_eo.htm" title="long history of Estey Organ "> Long </a> ] '
HIST		+= ' [ <a href="stat_vt.htm#VT_EO" title="short history of Estey Organ "> Short </a> ] '

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