function MostraMenuLateral (Cor1, Cor2)
{
CorTexto="#000000";

document.write ("<table border='0' cellpadding='0' cellspacing='0'>");
/* Novidades */
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor1 + "'></td></tr>");
document.write ("<tr><td width='5'></td><td width='2' bgcolor='" + Cor1 + "'></td>");
document.write ("<td><A HREF='Novidades/Novidades.htm'><img src='Menu/Novidades.gif' border='0' width='130' height='20'></A></td>");
document.write ("<td width='2' bgcolor='" + Cor2 + "'></td><td></td>");
document.write ("</tr>");
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor2 + "'></td></tr>");
document.write ("<tr><td height='5'></td></tr>");
/* Pesquisa */
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor1 + "'></td></tr>");
document.write ("<tr><td width='5'></td><td width='2' bgcolor='" + Cor1 + "'></td>");
document.write ("<td><A HREF='Diversos/Pesquisa.htm'><img src='Menu/Pesquisa.gif' border='0' width='130' height='20'></A></td>");
document.write ("<td width='2' bgcolor='" + Cor2 + "'></td><td></td>");
document.write ("</tr>");
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor2 + "'></td></tr>");
document.write ("<tr><td height='5'></td></tr>");
/* Contato */
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor1 + "'></td></tr>");
document.write ("<tr><td width='5'></td><td width='2' bgcolor='" + Cor1 + "'></td>");
document.write ("<td><A HREF='Diversos/Contato.htm'><img src='Menu/Contato.gif' border='0' width='130' height='20'></A></td>");
document.write ("<td width='2' bgcolor='" + Cor2 + "'></td>");
document.write ("</tr>");
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor2 + "'></td></tr>");
document.write ("<tr><td height='5'></td></tr>");
/* Conversa */
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor1 + "'></td></tr>");
document.write ("<tr><td width='5'></td><td width='2' bgcolor='" + Cor1 + "'></td>");
document.write ("<td><A HREF='Conversa/Conversa.htm'><img src='Menu/Conversa.gif' border='0' width='130' height='20'></A></td>");
document.write ("<td width='2' bgcolor='" + Cor2 + "'></td><td></td>");
document.write ("</tr>");
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor2 + "'></td></tr>");
document.write ("<tr><td height='5'></td></tr>");
/* Mapa Site */	
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor1 + "'></td></tr>");
document.write ("<tr><td width='5'></td><td width='2' bgcolor='" + Cor1 + "'></td>");
document.write ("<td><A HREF='Diversos/Mapasite.htm'><img src='Menu/Mapasite.gif' border='0' width='130' height='20'></A></td>");
document.write ("<td width='2' bgcolor='" + Cor2 + "'></td><td></td>");
document.write ("</tr>");
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor2 + "'></td></tr>");
document.write ("<tr><td height='5'></td></tr>");
/* Divulgue */	
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor1 + "'></td></tr>");
document.write ("<tr><td width='5'></td><td width='2' bgcolor='" + Cor1 + "'></td>");
document.write ("<td><A HREF='Divulgue/Divulgue.htm'><img src='Menu/Divulgue.gif' border='0' width='130' height='20'></A></td>");
document.write ("<td width='2' bgcolor='" + Cor2 + "'></td><td></td>");
document.write ("</tr>");
document.write ("<tr><td width='5'></td><td colspan='3' height='2' bgcolor='" + Cor2 + "'></td></tr>");
document.write ("<tr><td height='91'></td></tr>");
/* Direitos Reservados */
document.write ("<tr><td colspan='4' align='center' valign='top'>");
document.write ("<font face='Arial' size='1' color='" + CorTexto + "'>");
document.write ("© 2005-2006<br>Amigos 4x4<br>&nbsp;Todos os direitos reservados.</font></td></tr>");
document.write ("<tr><td colspan='4' align='center' valign='top'>");
document.write ("&nbsp;<a href='?' onClick='window.external.AddFavorite (location.href, document.title); return false;'>");
document.write ("<font face='Arial' size='1'>Coloque entre seus favoritos.</font></a>");
document.write ("</td></tr>");
document.write ("</table>");
}