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

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


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


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

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


var PTNT	= ' [ <a href="ptnt_hnd.htm" '
//	next line may need to be updated, from time to time
PTNT		+= 'title="55K of drawings and text of patents used by Handy ">'
PTNT		+= ' Patents </a> ] '

var HIST	= ' History [ <a href="hist_hnd.htm" title="long history of Handy "> Long </a> ] '
HIST		+= ' [ <a href="stat_il.htm#IL_HND" title="short history of Handy "> Short </a> ] '

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