document.write('<style type="text/css">');
document.write('a.menu:link {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline;color:00ffff;} ');
document.write('a.menu:visited {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline; color:ccffff;}');
document.write('a.menu:active  {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline;color:ff0000; }');
document.write('.white {font-family:arial; font-weight:normal; font-size:8pt;color:ffffff; text-decoration:underline; }');
document.write('.lime {font-family:arial; font-weight:normal; font-size:8pt;color:00ff00; text-decoration:underline; }');
document.write('.yell {font-family:arial; font-weight:bold; font-size:8pt;color:yellow; text-decoration:underline; }');
document.write('th {font-family:arial; font-weight:normal; font-size:8pt; }');
document.write('</style>');


document.write('<center>'); 

document.write('<table border=0 width=100% cellspacing=0>'); 

document.write('<tr>'); 



document.write('<th align=center>|&nbsp;<a href="../index.html" class="white" target="_top">OLG Main</a>');
document.write('&nbsp;|&nbsp;<a href="../xw/index.html" class="menu" target="_top">Crosswods</a>');
document.write('&nbsp;|&nbsp;<a href="../ws/index.html" class="menu" target="_top">Wordsearch</a>');
document.write('&nbsp;|&nbsp;<a href="../torpedo/index.html" class="menu" target="_top">Torpedo</a>');
document.write('&nbsp;|&nbsp;<a href="../pong/index.html" class="menu" target="_top">Ping-pong</a>');
document.write('&nbsp;|&nbsp;<a href="../mine/index.html" class="menu" target="_top">Mines</a>');
document.write('&nbsp;|&nbsp;<a href="../maze/index.html" class="menu" target="_top">Maze</a>');
document.write('&nbsp;|&nbsp;<a href="../hangman/index.html" class="menu" target="_top">Hangman</a>');
document.write('&nbsp;|&nbsp;<a href="../ttt/index.html" class="menu" target="_top">TicTacToe</a>');


document.write('&nbsp;|&nbsp;<a href="/search.html" class="lime" target="_top">Search</a>');

document.write('</th>'); 
document.write('</tr>'); 

document.write('</table>'); 
document.write('</center>'); 
