|
|
(5 intermediate revisions not shown) |
Line 49: |
Line 49: |
| </div><!--end boxStore--> | | </div><!--end boxStore--> |
| | | |
- | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_abstract" onMouseOver="ShowPicture('box-orange-glow',1)" onMouseOut="ShowPicture('box-orange-glow',0)"> <img id="box-orange" src="https://static.igem.org/mediawiki/2012hs/c/c6/Eppi-box-orange.png" width:160px; height:250px;></img> </a>
| + | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_abstract" id="box-orange"></a> |
- | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_abstract"> <img id="box-orange-glow" src="https://static.igem.org/mediawiki/2012hs/9/94/Eppi-box-orange-glow.png" width:160px; height:250px;></img> </a> | + | |
| | | |
- | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_UVsensors" onMouseOver="ShowPicture('box-blue-glow',1)" onMouseOut="ShowPicture('box-blue-glow',0)"> <img id="box-blue" src="https://static.igem.org/mediawiki/2012hs/8/8d/Eppi-box-blue.png" width:160px; height:250px;></img> </a> | + | <a id="box-blue" href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_UVsensors"></a> |
- | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_UVsensors"> <img id="box-blue-glow" src="https://static.igem.org/mediawiki/2012hs/a/af/Eppi-box-blue-glow.png" width:160px; height:250px;></img> </a>
| + | |
| | | |
- | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Online_store" onMouseOver="ShowPicture('box-red-glow',1)" onMouseOut="ShowPicture('box-red-glow',0)"> <img id="box-red" src="https://static.igem.org/mediawiki/2012hs/1/1f/Eppi-box-red.png" width:180px; height:250px;></img> </a> | + | <a id="box-red" href="https://2012hs.igem.org/Team:Heidelberg_LSL/Online_store"></a> |
- | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Online_store"> <img id="box-red-glow" src="https://static.igem.org/mediawiki/2012hs/4/4b/Eppi-box-red-glow.png" width:180px; height:250px;></img> </a>
| + | |
| | | |
| </div><!--end SubWrapper--> | | </div><!--end SubWrapper--> |
Line 86: |
Line 83: |
| }</script> | | }</script> |
| | | |
- | <script type="text/javascript">
| |
- | function ShowPicture(id,Source) {
| |
- | if (Source=="1"){
| |
- | if (document.layers) document.layers[''+id+''].visibility = "show"
| |
- | else if (document.all) document.all[''+id+''].style.visibility = "visible"
| |
- | else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "visible"
| |
- | }
| |
- | else
| |
- | if (Source=="0"){
| |
- | if (document.layers) document.layers[''+id+''].visibility = "hide"
| |
- | else if (document.all) document.all[''+id+''].style.visibility = "hidden"
| |
- | else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "hidden"
| |
- | }
| |
- | }</script>
| |
| </html> | | </html> |