Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
62 lines (55 sloc)
2.52 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>New Page 8</title> | |
| <script language="javascript"> | |
| <!-- | |
| { | |
| dpr_ld = new Image(); | |
| dpr_ld.src = "img/buton1.jpg" | |
| sec_ld = new Image(); | |
| sec_ld.src = "img/buton2.jpg" | |
| bra_ld = new Image(); | |
| bra_ld.src = "img/buton3.jpg" | |
| inv_ld = new Image(); | |
| inv_ld.src = "img/buton4.jpg" | |
| tra_ld = new Image(); | |
| tra_ld.src = "img/buton5.jpg" | |
| lin_ld = new Image(); | |
| lin_ld.src = "img/buton6.jpg" | |
| } | |
| //--> | |
| </script> | |
| <base target="main"> | |
| </head> | |
| <body background="img/esquerda.gif"> | |
| <p><img src="img/whitebar.jpg" alt width="128" height="1"><a href="btn.htm" Target="main" | |
| onMouseOver="bra.src='img/buton34.jpg'" onMouseOut="bra.src='img/buton33.jpg'"><br> | |
| <img border="0" name="bra" SRC="img/buton33.jpg" alt="Página Inicial" width="130" | |
| height="30"></a><br> | |
| <a href="dpr.htm" Target="main" onMouseOver="dpr.src='img/buton12.jpg'" | |
| onMouseOut="dpr.src='img/buton11.jpg'"><img border="0" name="dpr" SRC="img/buton11.jpg" | |
| alt="O Departamento e suas Divisões" width="130" height="30"></a><br> | |
| <a href="secom.htm" Target="main" onMouseOver="sec.src='img/buton23.jpg'" | |
| onMouseOut="sec.src='img/buton22.jpg'"><img border="0" name="sec" SRC="img/buton22.jpg" | |
| alt="O que são os SECOMs" width="130" height="30"></a><br> | |
| <a href="sipri-p.htm" Target="main" onMouseOver="inv.src='img/buton471.gif'" | |
| onMouseOut="inv.src='img/buton461.gif'"><img border="0" name="inv" SRC="img/buton461.gif" | |
| alt="O que é o SIPRI" width="130" height="22"></a><br> | |
| <a href="tp.htm" target="main" onMouseOver="tra.src='img/buton561.gif'" | |
| onMouseOut="tra.src='img/buton551.gif'"><img border="0" name="tra" src="img/buton551.gif" | |
| alt="O que são os Trade Points" width="130" height="17"></a><br> | |
| <a href="menu.htm" Target="main" onMouseOver="lin.src='img/buton67.jpg'" | |
| onMouseOut="lin.src='img/buton66.jpg'"><img border="0" name="lin" SRC="img/buton66.jpg" | |
| alt="Outras Informações" width="130" height="30"></a><br> | |
| <a href="feiras/eventos.htm" Target="main" onMouseOver="even.src='img/buton781.gif'" | |
| onMouseOut="even.src='img/buton771.gif'"><img border="0" name="even" SRC="img/buton771.gif" | |
| alt="Eventos" width="130" height="21"><br> | |
| </a> <img src="img/whitebar.jpg" alt width="128" height="1"><br> | |
| <br> | |
| <a | |
| href="mailto:webmasterdpr@mre.gov.br"><img border="0" src="img/mailbk.bmp" | |
| alt="Fale conosco" width="32" height="15"></a><br> | |
| <a href="mailto:webmasterdpr@mre.gov.br"><img border="0" | |
| src="img/butwebmaster.jpg" width="100" height="19"></a></p> | |
| </body> | |
| </html> |