path='';
if (level=="sub") {
  path='../';
}
document.write('<SPAN class = "class2">');
document.write('<A HREF="'+path+'index.html">Home</A> | ');
document.write('<A HREF="'+path+'news.html">News</A> | ');
document.write('<A HREF="'+path+'d1_home.html">Directory</A> | ');
document.write('<A HREF="'+path+'i_home.html">Inputs</A> | ');
document.write('<A HREF="'+path+'r_home.html">Reference</A> | ');
document.write('<A HREF="'+path+'membership.html">Membership</A> | ');
document.write('<A HREF="'+path+'mm2/control_panel.php">Login</A> | ');
document.write('<A HREF="'+path+'about.html">About Us</A>  <hr>');
document.write('</SPAN>');
document.write('<CENTER><FONT color="#AA0000">WARNING: Site under development and incomplete</FONT></CENTER><br>');