// JavaScript Document
var base="#"

document.write 
( 	
	'<ul id="sNavIactive">\n'+
	'<span class="qT qT01">Global Operations Section</span>\n'+
	'<li id="sNavIact1"><a href="ukOperations.html"><strong>UK</strong></a></li>\n'+
	'<li id="sNavIact2" class="sNavBG"><a href="cnsBlocks28.html" class="sNavTL">Fyne <span class="green">></span></a></li>\n'+
	'<li id="sNavIact3" class="sNavBG"><a href="Causeway.html" class="sNavTL">Causeway <span class="green">></span></a></li>\n'+
	'<li id="sNavIact9" class="sNavBG"><a href="otherUKproperties.html" class="sNavTL">Other UK Properties <span class="green">></span></a></li>\n'+
	'<li id="sNavIact10"><a href="argentina.html"><strong>Argentina</strong></a></li>\n'+
	'<li id="sNavIact11" class="sNavBG"><a href="tierra.html" class="sNavTL">Tierra del Fuego <span class="green">></span></a></li>\n'+
	
	'<li id="sNavIact17" class="sNavBG"><a href="Tanzania.html"><strong>Tanzania</strong></a></li>\n'+
	'<li id="sNavIact16"><a href="opPhotos.html">Operations Photo Gallery</a></li>\n'+
	'<li class="fT"></span>\n'+
	'</ul>\n'+
			'<div id="search">\n'+
			'<form method=get action="javascript:void(0)" onsubmit="search(this); return false;">\n'+
		    '<table width="100%" height="64" border="0" cellpadding="0" cellspacing="0">\n'+
              '<tr>\n'+
                '<td height="37"><input type=text name=srchval value=""></td>\n'+
              '</tr>\n'+
              '<tr>\n'+
                '<td><input type=submit value="Search"></td>\n'+
              '</tr>\n'+
            '</table>\n'+
			'</form>\n'+
		'</div>'
); 


