document.writeln('<TABLE cellspacing=\"2\" cellpadding=\"0\" border=\"0\" width=\"160\" align=\"left\">');
document.writeln('    <TR> ');
document.writeln('      <TD class=\"spacer\"> </TD>');
document.writeln('    </TR>');
document.writeln('    <TR> ');
document.writeln('      <TD class=\"unchosen\"><A class=\"unchosen\" href=\"http://www.msoworld.com\" >Home</A></TD>');
document.writeln('    </TR>');
document.writeln('    <TR> ');
document.writeln('      <TD class=\"unchosen\"><A class=\"unchosen\" href=\"/sitemap/index.html\">Site Map</A></TD>');
document.writeln('    </TR>');
document.writeln('    <TR> ');
document.writeln('      <TD class=\"unchosen\"><A class=\"unchosen\" href=\"/updates/index.html\">What\'s New</A></TD>');
document.writeln('    </TR>');
document.writeln('    <TR> ');
document.writeln('      <TD class=\"unchosen\"><span class=\"unchosen\"><A class=\"unchosen\" href=\"/help/index.html\">Help</A></span></TD>');

document.writeln('    </TR>');

document.writeln('		<TR> ');

document.writeln('      <TD class=\"unchosen\"><span class=\"unchosen\"><A class=\"chosen\"  href=\"/brain/index.html\">Brain ');

document.writeln('        Power</A></span></TD>');

document.writeln('    </TR>');

document.writeln('    <TR> ');

document.writeln('      <TD class=\"navlit\" align=\"right\"> ');

document.writeln('        <TABLE summary=\"\"  width=\"150\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\">');

document.writeln('          <TR> ');

document.writeln('            <TD> <a class=\"n3\" href=\"/brain/index.html\">Index</a><br>');

document.writeln('              <span class=\"n3\"><br></span>');

document.writeln('             <a class=\"n3\" href=\"/brain/mag/index.html\">Brain Power Magazine</a><br>');

document.writeln('              <a class=\"n3chosen\" href=\"/brain/mental/index.html\">Mental Skills News</a><br>');

document.writeln('              <span class=\"n3\"><br></span>');

document.writeln('              <a class=\"n3\" href=\"/puzzles/index.html\">Puzzles</a><br>');

document.writeln('              <a class=\"n3\" href=\"/iqtests.html\">IQ Quizzes</a><br>');

document.writeln('              <span class=\"n3\"><br></span>');

document.writeln('              <a class=\"n3\" href=\"/cgi-bin/creative/list.cgi\">Creative Thinking</a><br>');

document.writeln('              <a class=\"n3\" href=\"/cgi-bin/trivia/list.cgi\">Trivia Quizzes</a><br>');

document.writeln('              <a class=\"n3\" href=\"/programming.html\">Programming&nbsp;Contests</a></span><br>');

document.writeln('          </TR>');

document.writeln('        </TABLE>');

document.writeln('      </TD>');

document.writeln('    </TR>');

document.writeln('    <TR> ');

document.writeln('      <TD class=\"unchosen\"><span class=\"unchosen\"><A class=\"unchosen\" href=\"/Olympiad/index.html\">MSO ');

document.writeln('        Events</A></span> </TD>');

document.writeln('    </TR>');

document.writeln('    <TR> ');

document.writeln('      <TD class=\"unchosen\"><span class=\"unchosen\"><A class=\"unchosen\" href=\"/mindzine/news/front.html\">Mind ');

document.writeln('        Sports Zine</A></span></TD>');

document.writeln('    </TR>');

document.writeln('   ');

document.writeln('    		<TR> ');

document.writeln('      <TD class=\"unchosen\"><span class=\"unchosen\"><A class=unchosen  href=\"/playgames.html\">Play ');

document.writeln('        Games Online</A></span></TD>');

document.writeln('    </TR>');

document.writeln('    <TR> ');

document.writeln('      <TD class=\"unchosen\"><span class=\"unchosen\"><A class=\"unchosen\"   href=\"/community/index.html\">Community</A></span></TD>');

document.writeln('    </TR>');

document.writeln('    <TR> ');

document.writeln('      <TD class=\"unchosen\"><span class=\"unchosen\"><A class=unchosen  href=\"/links/pages/index.html\">Links</A></span></TD>');

document.writeln('    </TR>');

document.writeln('    <TR> ');

document.writeln('      <TD class=\"spacer\"> </TD>');
document.writeln('    </TR>');
document.writeln('    <TR> ');
document.writeln('      <TD><IMG alt=\"\" border=0 height=5 src=\"/mso_images/1x1.gif\" width=2  valign=\"bottom\"> ');
document.writeln('      </TD>');
document.writeln('    </TR>');
document.writeln('    <TR> ');
document.writeln('      <TD><BR>');
document.writeln('        <BR>');
document.writeln('        <HR>');
document.writeln('        <BR>');
document.writeln('        <BR>');
document.writeln('        <BR>');
document.writeln('        <SPAN class=\"copy\"> Copyright © 1999-2000 by Mind Sports ');
document.writeln('        Organisation Worldwide Ltd. <BR>');
document.writeln('        <BR>');
document.writeln('        E-mail:<BR>');
document.writeln('        <A href=\"mailto:info@msoworld.com\">info@msoworld.com</A></SPAN> ');
document.writeln('      </TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');

function makewin(loc){
remote=window.open("","remotewin", "width=620,height=375,toolbar=0,status=0,resizable=1,location=0,scrollbars=1,menubar=0");
remote.location.href = loc;
remote.focus();
 if (remote.opener == null) remote.opener = window;
}