//	navigation row for Smith and Egge
//	V 2002 Mar 27

var Start	= '<p class="navmid">' ; 
var Name = ' Smith and Egge: ' ; 
var Close 	= '</p>' ;



var CC		= ' [ <a href="mkcc_sem.htm" '
//	next line may need to be updated, from time to time
CC		+= ' title="0 K of pictures of Smith and Egge clamps ">'
CC		+= ' No Pictures </a> ] '

var GRFX	= ' [ <a href="grfx_sem.htm" '
//	next line may need to be updated, from time to time
GRFX		+= 'title="0K graphics associated with Smith and Egge "> '
GRFX		+= ' No Graphics </a>]'


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

var HIST	= ' History [ <a href="hist_sem.htm" title="long history of Smith and Egge "> Long </a> ] '
HIST		+= ' [ <a href="stat_ct.htm#CT_SEM" title="short history of Smith and Egge "> Short </a> ] '

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