// JScript File

 
document.write("<script> ");

document.write("     function Test() ");
document.write("     { ");
document.write("     document.getElementById('DropDownList').style.display = 'inline'; ");
document.write("     document.getElementById('HiddenImg').style.display = 'inline'; ");
document.write("     } ");
 
document.write("     function Test2() ");
document.write("     { ");
document.write("     document.getElementById('DropDownList').style.display = 'none'; ");
document.write("     document.getElementById('HiddenImg').style.display = 'none'; ");
document.write("     } ");

document.write("</script> ");

document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'");
document.write("	<tr> ");
document.write("		<td width='350' valign=top  background='main/img/bg_gnb.jpg'  style='background-repeat:repeat-x;padding-left:0px'><a href='http://www.gamemaxx.com.br'><img src='main/img/logo_gnb.jpg' border='0'></a></td> ");
document.write("		<td width=100% align='left' background='main/img/bg_gnb.jpg'  style='background-repeat:repeat-x; padding-top:0px; padding-left:20px; height:40px;'>");
document.write("          <div id='gnb'>");
document.write("          <span>");
document.write("            <a href='http://loja.gamemaxx.com.br/create_account.php'>Criar conta</a> |");
document.write("            <a href='http://loja.gamemaxx.com.br/login.php'>Acessar conta</a> | ");
document.write("            <a href='http://loja.gamemaxx.com.br/products.php'>Comprar GMAXX</a> | ");
document.write("            <a href='http://www.gamemaxx.com.br/Cabal/home?pag=6.1'>Download</a> |");
document.write("            <a href='http://forum.gamemaxx.com.br'>Fórum</a>");
document.write("          </span>");
document.write("            Criar conta |");
document.write("            Acessar conta | ");
document.write("            Comprar GMAXX | ");
document.write("            Download |");
document.write("            Fórum");
document.write("          </div>");
document.write("        </td>"); 
document.write("		<td width='150' valign=top  background='main/img/bg_gnb.jpg'  style='background-repeat:repeat-x;padding-left:0px'><img src='main/img/bg_classificacao.jpg' border='0'></td> ");
document.write("	</tr> ");
document.write("</table> ");