|
|
(9 intermediate revisions not shown) |
Line 30: |
Line 30: |
| | | |
| <center><img id"kette" src="https://static.igem.org/mediawiki/2012hs/a/ae/Chain.png" width="650px"></img></center> | | <center><img id"kette" src="https://static.igem.org/mediawiki/2012hs/a/ae/Chain.png" width="650px"></img></center> |
- |
| |
- | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_abstract" onMouseOver="ShowPicture('Style',1)" onMouseOut="ShowPicture('images-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"> <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('Style',1)" onMouseOut="ShowPicture('images-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 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('Style',1)" onMouseOut="ShowPicture('images-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 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 id="box-idea"> | | <div id="box-idea"> |
Line 57: |
Line 48: |
| <p> This is our online-store!</p> | | <p> This is our online-store!</p> |
| </div><!--end boxStore--> | | </div><!--end boxStore--> |
| + | |
| + | <a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_abstract" id="box-orange"></a> |
| + | |
| + | <a id="box-blue" href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_UVsensors"></a> |
| + | |
| + | <a id="box-red" href="https://2012hs.igem.org/Team:Heidelberg_LSL/Online_store"></a> |
| | | |
| </div><!--end SubWrapper--> | | </div><!--end SubWrapper--> |
Line 79: |
Line 76: |
| | | |
| <script type="text/javascript"> | | <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"
| |
- | }
| |
- | }
| |
- |
| |
| function setPageSize() { | | function setPageSize() { |
| len = document.getElementById('super_main_wrapper').offsetHeight; | | len = document.getElementById('super_main_wrapper').offsetHeight; |
Line 98: |
Line 81: |
| document.getElementById('SupWrapper').style.height = len + 'px'; | | document.getElementById('SupWrapper').style.height = len + 'px'; |
| document.getElementById('news').style.height = len + 'px'; | | document.getElementById('news').style.height = len + 'px'; |
- | } | + | }</script> |
- | </script> | + | |
| </html> | | </html> |