// siteinfo code MRCS site
// note DirLevel defined in the html page

if (DirLevel ==1){
var root_dir ="";
	}
else {
var root_dir ="../";
	}

document.write("    <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> ");
document.write("    <tr><td width=\"60%\">");    
document.write("    <a href=\"" + root_dir + "aboutsite.html\">About This Site</a> &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("    <a href=\"" + root_dir + "sitemap.html\">Site Map</a> &nbsp;&nbsp; ");
document.write("    </td>");
document.write("    <td align=\"right\" width=\"40%\">&copy;2006 Macaulay Research Consultancy Services Ltd</td>");
document.write("    </tr></table>");
