//	navigation row for A and A
//	V 2002 Mar 25

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


var MKCC	= ' [ <a href="mkwc_aa.htm" '
//	next line may need to be updated, from time to time
MKCC		+= 'title="??K of pictures of A and A clamps">'
MKCC		+= ' Pictures </a> ] '

var MDLS	= ' [ No Models ]'

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

var PTNT	= ' ' ;

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

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