|
|
(16 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <html>
| |
- | <head>
| |
- | <link rel="stylesheet" href="http://www.ucvmastercd.com/rafah/web_igemval09/fotos_web/index.css" type="text/css">
| |
- | <script type="text/javascript">
| |
| | | |
- | function mouseOverHome()
| |
- | {
| |
- | document.getElementById("b1").src="https://static.igem.org/mediawiki/2009/1/1d/Igem_09_barra_navegacion_03.gif"
| |
- | }
| |
- | function mouseOutHome()
| |
- | {
| |
- | document.getElementById("b1").src="https://static.igem.org/mediawiki/2009/d/d5/Igem_09_barra_navegacion_03_off.gif"
| |
- | }
| |
- |
| |
- | function mouseOverTeam()
| |
- | {
| |
- | document.getElementById("b2").src="https://static.igem.org/mediawiki/2009/5/5b/Igem_09_barra_navegacion_04.gif"
| |
- | }
| |
- | function mouseOutTeam()
| |
- | {
| |
- | document.getElementById("b2").src="https://static.igem.org/mediawiki/2009/3/35/Igem_09_barra_navegacion_04_off.gif"
| |
- | }
| |
- |
| |
- | function mouseOverProyect()
| |
- | {
| |
- | document.getElementById("b3").src="https://static.igem.org/mediawiki/2009/8/84/Igem_09_barra_navegacion_05.gif"
| |
- | }
| |
- | function mouseOutProyect()
| |
- | {
| |
- | document.getElementById("b3").src="https://static.igem.org/mediawiki/2009/e/e1/Igem_09_barra_navegacion_05_off.gif"
| |
- | }
| |
- |
| |
- | function mouseOverHuman()
| |
- | {
| |
- | document.getElementById("b4").src="https://static.igem.org/mediawiki/2009/3/3e/Igem_09_barra_navegacion_06.gif"
| |
- | }
| |
- | function mouseOutHuman()
| |
- | {
| |
- | document.getElementById("b4").src="https://static.igem.org/mediawiki/2009/7/7b/Igem_09_barra_navegacion_06_off.gif"
| |
- | }
| |
- |
| |
- |
| |
- | </script>
| |
- | </head>
| |
- |
| |
- | <body>
| |
- | <div id="apDiv3">
| |
- | <table border="0" cellpadding="0" cellspacing="0">
| |
- | <tr>
| |
- |
| |
- | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverHome()"
| |
- | onmouseout="mouseOutHome()">
| |
- | <img border="0" alt="Home" src="https://static.igem.org/mediawiki/2009/d/d5/Igem_09_barra_navegacion_03_off.gif" id="b1" /></a></td>
| |
- |
| |
- | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverTeam()"
| |
- | onmouseout="mouseOutTeam()">
| |
- | <img border="0" alt="Team" src="https://static.igem.org/mediawiki/2009/3/35/Igem_09_barra_navegacion_04_off.gif" id="b2" /></a></td>
| |
- |
| |
- | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverProyect()"
| |
- | onmouseout="mouseOutProyect()">
| |
- | <img border="0" alt="Proyect" src="https://static.igem.org/mediawiki/2009/e/e1/Igem_09_barra_navegacion_05_off.gif" id="b3" /></a></td>
| |
- |
| |
- | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverProyect()"
| |
- | onmouseout="mouseOutProyect()">
| |
- | <img border="0" alt="Human" src="https://static.igem.org/mediawiki/2009/7/7b/Igem_09_barra_navegacion_06_off.gif" id="b4" /></a></td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </div>
| |
- | </body>
| |
- | </html>
| |