//	navigation row for Maker XX of Wooden Clamp
//	V 2002 Apr 03
//	variables	
//		xx, XX	two letter codes for maker
//		Ohio Tool Company	name of firm
//		yy, YY	two letter codes for state

var Start	= '<p class="navmid">' ;
var Name		= ' Ohio Tool Company: ' ;
var Close 	= '</p>' ;


var PCTR	 = ' [ <a href="mkwc_ot.htm" ' ;
//	next line may need to be updated, from time to time
PCTR		+= ' title=" 75 K of pictures of Ohio Tool Company clamps "> ' ;
PCTR		+= ' Pictures </a> ] ' ;


var MDLS	 = ' [ <a href="mdls_ot.htm" ' ;
MDLS		+= ' title="models made by Ohio Tool Company "> ' ;
MDLS		+= ' Models </a>] ' ;

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

//	usually null
//	known exceptions: Hood, Denney
var PTNT	= ' ' ;

var HIST	 = ' History [ <a href="hist_ot.htm" title="long history of Ohio Tool Company "> Long </a> ] ' ;
HIST		+= ' [ <a href="stat_oh.htm#OH_OT" title="short history of Ohio Tool Company "> Short </a> ] ' ;

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