// JavaScript Document
// rodape_endereco.js
// rodapé com o endeço da unidade em duas colunas, medidas: 760px largura
// refeito por ocasião da revisão das páginas da biblioteca eletrônica


document.writeln ('  <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#eeeeee" class="tabela"> ')
document.writeln ('  	<tr> ')
document.writeln ('  		<td> ')
document.writeln ('  		<table width="98%" border="0" cellspacing="0" cellpadding="0" class="copyright" align="center"> ')
document.writeln ('  			<tr> ')
document.writeln ('  				<td colspan="2"><img src="../imagens/clear.gif" width="1" height="5"></td> ')
document.writeln ('  			</tr> ')
document.writeln ('  			<tr>  ')
document.writeln ('  				<td><br /> ')
document.writeln ('  				Todos os direitos reservados, conforme  ')
document.writeln ('  				<a href="http://www.mct.gov.br/index.php/content/view/5198.html" target="_blank" class="linkdois"> ')
document.writeln ('  				Lei n&deg; 9.610</a>.<br />  ')
document.writeln ('  				<a href="http://www.embrapa.br/politicapriv.htm" target="_blank" class="linkdois">Pol&iacute;tica de Privacidade</a> - <a href="mailto:sac@cenargen.embrapa.br" class=" linkdois">sac@cenargen.embrapa.br</a><br /> ')
document.writeln ('  				</td> ') 
document.writeln ('  				<td width="51%"> ')
document.writeln ('  					<div align="right">	')
document.writeln ('  				Embrapa Recursos Genéticos e Biotecnologia<br />  ')
document.writeln ('  				Parque Esta&ccedil;&atilde;o Biol&oacute;gica - PqEB - Av. W5 Norte (final) <br />  ')
document.writeln ('  				Caixa Postal 02372 - Bras&iacute;lia, DF - Brasil - 70770-917 <br />  ')
document.writeln ('  				Tel.: +55 (61) 3448-4700 - Fax: (61) 3340-3624 ')
document.writeln ('  					</div> ')
document.writeln ('  				</td> ')
document.writeln ('  			</tr>  ')
document.writeln ('  		</table> ')
document.writeln ('  	</td> ')
document.writeln ('  </tr> ')
document.writeln ('  </table> ')
