//	navigation row for Wetzler
//	V 2002 Feb 06

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


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


var MDLS	= ' [ <a href="mdls_wtz.htm" title="models made by Wetzler "> Models </a>]'

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


var PTNT	= ' [ <a href="ptnt_wtz.htm" '
//	next line may need to be updated, from time to time
PTNT		+= 'title="??K of drawings and text of patents used by Wetzler (TBF)">'
PTNT		+= ' No Patents </a> ] '

var HIST	= ' History [ <a href="hist_wtz.htm" title="long history of Wetzler "> Long </a> ] '
HIST		+= ' [ <a href="stat_ny.htm#NY_WTZ" title="short history of Wetzler "> Short </a> ] '

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