path='';
if (level=="sub") {
  path='../';
}
document.write('Home<p>');
document.write('<SPAN class = "class1">');
document.write('<A HREF="'+path+'index.html">Introduction</A><br>');
document.write('<A HREF="'+path+'overview.html">Overview</A><br>');
document.write('<A HREF="'+path+'research.html">Research</A><br>');
document.write('<A HREF="'+path+'organisations.html">Organisations</A><br>');
document.write('<A HREF="'+path+'subjects.html">Subjects</A><br>');
document.write('<A HREF="'+path+'comms.html">Publicity</A><br>');
document.write('<A HREF="'+path+'press/index.html">Press</A><br>');
document.write('<A HREF="'+path+'mm2/register.php">Register</A><br>  ');
document.write('<A HREF="'+path+'membership.html">Membership</A><br><br>  ');


document.write('</SPAN>');