Team:LCG-UNAM-Mexico/Project
From 2009.igem.org
(Difference between revisions)
Line 39: | Line 39: | ||
} | } | ||
+ | function mouseOver_des(){ | ||
+ | document.getElementById("des").src ="https://static.igem.org/mediawiki/2009/2/2a/Description_b.png"; | ||
+ | } | ||
+ | function mouseOut_des(){ | ||
+ | document.getElementById("des").src ="https://static.igem.org/mediawiki/2009/3/3e/Description_a.png"; | ||
+ | } | ||
+ | |||
+ | function mouseOver_mod(){ | ||
+ | document.getElementById("mod").src ="https://static.igem.org/mediawiki/2009/1/13/Modelling_b.png"; | ||
+ | } | ||
+ | function mouseOut_mod(){ | ||
+ | document.getElementById("mod").src ="https://static.igem.org/mediawiki/2009/8/83/Modelling_a.png"; | ||
+ | } | ||
</script> | </script> | ||
Line 44: | Line 57: | ||
<body> | <body> | ||
- | < | + | <br><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Parts" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/a/a4/Parts_a.png" id="parts" onmouseover="mouseOver_parts()" onmouseout="mouseOut_parts()"></a> |
- | < | + | <br><br><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Resources" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/9/93/Resources_a.png" id="res" onmouseover="mouseOver_res()" onmouseout="mouseOut_res()"></a> |
+ | <br><br><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Description" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/3/3e/Description_a.png" id="des" onmouseover="mouseOver_des()" onmouseout="mouseOut_des()"></a> | ||
+ | <br><br><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Modelling" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/8/83/Modelling_a.png" id="mod" onmouseover="mouseOver_mod()" onmouseout="mouseOut_mod()"></a> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:26, 15 October 2009