//	navigation row for Mathieson
//	V 2002 Mar 25

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


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


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

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


var PTNT	= ' ' ;

var HIST	= ' History [ <a href="hist_mt.htm" title="long history of Mathieson "> No Long </a> ] '
HIST		+= ' [ <a href="frgn.htm#UK_MT" title="short history of Mathieson "> Short </a> ] '

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