// GlobalNav code MRCS site

// note DirLevel defined in the html page
if (DirLevel ==1){
var root_dir ="";
	}
else {
var root_dir ="../";
	}


document.write("  <div id=\"globalNav\" onmouseout=\"out()\">   ");
document.write("  <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
document.write("  <td width=\"70%\">");
document.write("        <a href=\"" + root_dir + "mrcs.html\">About MRCS</a> | ");
document.write("	<a href=\"" + root_dir + "mrcs_sbu.html\" id=\"gl1\" onMouseOver=\"show()\">Business Units</a> | ");
document.write("	<a href=\"" + root_dir + "services.html\">Services</a> | ");
document.write("	<a href=\"" + root_dir + "products.html\">Products</a> | ");
document.write("	<a href=\"" + root_dir + "contact.html\">Contact Us</a> ");
document.write("  </td>");
document.write("  <td align=\"right\">");
document.write("         <a href=\"" + root_dir + "index.html\">Home</a> | ");
document.write("         <a href=\"http://www.macaulay.ac.uk/\" target=\"new\">Visit Macaulay Institute</a>");
document.write("  </td>");
document.write("  </tr></table>");
document.write("  </div>  ");


// subGlobal1 code MRCS site
document.write("    <div id=\"subglobal1\" class=\"subglobalNav\"> ");
document.write("    <ul> ");
document.write("	<li><a href=\"" + root_dir + "gis.html\">GIS and Data Services</a></li>");
document.write("	<li><a href=\"" + root_dir + "ssle.html\">Soil Survey and Land Evaluation</a></li>");
document.write("	<li><a href=\"" + root_dir + "cm.html\">Catchment Management and Water Quality</a></li> ");
document.write("	<li><a href=\"" + root_dir + "lp.html\">Landscape Planning</a></li>");
document.write("	<li><a href=\"" + root_dir + "es.html\">Economic and Social</a></li>");
document.write("	<li><a href=\"" + root_dir + "bios.html\">Biological Services</a></li>");
document.write("	<li><a href=\"" + root_dir + "intl.html\">Macaulay International</a></li>");
document.write("    </ul> ");
document.write("    </div> ");
