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="../indexport.html" class="white" target="_top">In&iacute;cio</a>');
document.write('&nbsp;|&nbsp;<a href="../xw/indexport.html" class="menu" target="_top">Cruzadas</a>');
document.write('&nbsp;|&nbsp;<a href="../ws/indexport.html" class="menu" target="_top">Caça-palavras</a>');
document.write('&nbsp;|&nbsp;<a href="../torpedo/indexport.html" class="menu" target="_top">Torpedo</a>');
document.write('&nbsp;|&nbsp;<a href="../pong/indexport.html" class="menu" target="_top">Ping-pong</a>');
document.write('&nbsp;|&nbsp;<a href="../mine/indexport.html" class="menu" target="_top">Caça-minas</a>');
document.write('&nbsp;|&nbsp;<a href="../maze/indexport.html" class="menu" target="_top">Labirinto</a>');
document.write('&nbsp;|&nbsp;<a href="../hangman/indexport.html" class="menu" target="_top">Forca</a>');
document.write('&nbsp;|&nbsp;<a href="../ttt/indexport.html" class="menu" target="_top">Jogo da velha</a>');


document.write('&nbsp;|&nbsp;<a href="/searchport.html" class="lime" target="_top">Busca</a>');

document.write('</th>'); 
document.write('</tr>'); 

document.write('</table>'); 
document.write('</center>'); 
