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

var Start	= '<p class="navmid">'
var Name	= ' Special and Exotic: '
var Close 	= '</p>'


var PCTR	= ' [ <a href="mkwc_ex.htm" '
//	next line may need to be updated, from time to time
PCTR		+= ' title=" 10 K of pictures of Special and Exotic clamps "> '
PCTR		+= ' Pictures </a> ] '


var MDLS	= ' [ <a href="mdls_ex.htm" '
MDLS		+= ' title="models made by Special and Exotic "> '
MDLS		+= ' No Models </a>] '

var GRFX	= ' [ <a href="grfx_ex.htm" '
//	next line may need to be updated, from time to time
GRFX		+= ' title=" 15 K graphics associated with Special and Exotic "> '
GRFX		+= ' Graphics </a>] '

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

var HIST	= ' No History [ <a href="hist_ex.htm" title="long history of Special and Exotic "> Long </a> ] '
HIST		+= ' [ <a href="stat_yy.htm#YY_ex" title="short history of Special and Exotic "> Short </a> ] '

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

