//	navigation row for Inventor O H Arneson
//	V 2002 08 02
//	variables	
//		ixxx	three letter codes for inventor
//		yy, YY	two letter codes for state

var Start	= '<p class="navmid">'
var Name	= ' Inventor: O H Arneson'
var Close 	= '</p>'



var PTNT	= ' Patent  1 137 109 :  '
PTNT		+= ' [ <a href="ptnt.htm#1137109" title="short">Overview</a> ] '
PTNT		+= ' [ <a href="ptnt_unk.htm#1137109" title="long">Details</a> ] '

var HIST	= ' History [ <a href="hist_ioha.htm" title="long history of inventor  "> Long </a> ] '
HIST		+= ' [ <a href="stat_mi.htm#MI_IOHA" title="short history of inventor  "> Short </a> ] '

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