function abrir(nome, largura, altura, top, left) {
var caract='scrollbars=no,screenx=' + left + ',screeny=' + top  + ',width=' + largura + ',height=' + altura + ',top=' + top + ',left=' + left;
desktop=window.open('','nome', caract);
desktop.location.href=nome;
}

function tabela_esq(){

document.write('<table border="0" width="122" cellspacing="0" cellpadding="0"><tr>');
    document.write('<td width="122" bgcolor="#999999" colspan="6" height="1"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>'); 
    document.write('<td width="1" bgcolor="#F5F5F5" rowspan="10"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td></tr>');

  document.write('<tr title="Assine o nosso livro de visitantes e dê-nos a sua opinião">');
    document.write('<td width="1" bgcolor="#999999" rowspan="8"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
    document.write('<td width="25" bgcolor="#E5E5E5" height="19" align="center" valign="middle"><a href="/contacto/livrovisitantes.asp"><img border="0" src="/images/geral/ic-livro.gif" width="14" height="11"></a></td>');

    document.write('<td width="1" bgcolor="#999999" rowspan="8"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
    document.write('<td width="1" rowspan="8"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
    document.write('<td width="92" class="tabela-esquerda"bgcolor="#F3F3F3" height="19" class="tabela-esquerda">&nbsp;<a href="/contacto/livrovisitantes.asp"  class="tabela-esquerda">Livro de visitantes</a></td>');
    document.write('<td width="1" bgcolor="#999999"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
  document.write('</tr><tr>');
    document.write('<td width="25" bgcolor="#999999" height="1"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
    document.write('<td width="92" bgcolor="#999999" colspan="2" height="1"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
  document.write('</tr><tr>');
    document.write('<td width="25" bgcolor="#FAFAFA" height="1"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
    document.write('<td width="92" bgcolor="#FAFAFA" colspan="2" height="1"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
    
  document.write('</tr><tr title="Recomende e envie a um amigo o endereço desta página" >');
    document.write('<td width="25" bgcolor="#E5E5E5" height="19" valign="middle" align="center"><a href="/recomende.asp?pg=' + document.URL + '" onClick="abrir(\'/recomende.asp?pg=' + document.URL + '\',380,300,10,10); return false"><img border="0" src="/images/geral/ic-recomend.gif" width="11" height="7"></a></td>');
    document.write('<td width="92" bgcolor="#F3F3F3" height="19" class="tabela-esquerda">&nbsp;<a href="/recomende.asp?pg=' + document.URL + '" onClick="abrir(\'/recomende.asp?pg=' + document.URL + '\',380,300,10,10); return false" class="tabela-esquerda">Envie a um amigo</a></td>');
    
    
    
    
    
    document.write('<td width="1" bgcolor="#999999" height="19"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
  document.write('</tr><tr>');
    document.write('<td width="25" bgcolor="#999999"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
    document.write('<td width="92" bgcolor="#999999" colspan="2" class="tabela-esquerda"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
  document.write('</tr><tr>');
    document.write('<td width="25" height="1"><img border="0" src="/images/geral/spacer.gif" width="25" height="1"></td>');
    document.write('<td width="92" colspan="2" height="1" class="tabela-esquerda"><img border="0" src="/images/geral/spacer.gif" width="92" height="1"></td>');
    
    
  document.write('</tr><tr title="Ajuda para utilização da página">');
    document.write('<td width="25" bgcolor="#E5E5E5" height="19" valign="middle" align="center"><a href="/informacoes/ajuda.htm" target="_blank"><img border="0" src="/images/geral/ic-interr.gif" width="10" height="12"></a></td>');
    document.write('<td width="92" bgcolor="#F3F3F3" height="19" class="tabela-esquerda">&nbsp;<a href="/informacoes/ajuda.htm" target="_blank" class="tabela-esquerda">Ajuda</a></td>');
    

    
    document.write('<td width="1" bgcolor="#999999"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
  document.write('</tr><tr>');
    document.write('<td width="25" bgcolor="#999999" height="1"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
    document.write('<td width="92" bgcolor="#999999" colspan="2"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td>');
  document.write('</tr><tr>');
    document.write('<td width="122" bgcolor="#F5F5F5" colspan="6"><img border="0" src="/images/geral/spacer.gif" width="1" height="1"></td></tr></table>');
    
}