Team:Tokyo Tech/Policy and Practice
From 2014.igem.org
(Difference between revisions)
(Created page with "<html xmlns="http://www.w3.org/1999/xhtml"> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta http-equiv="content-type" content="text/html; charset...") |
|||
Line 6: | Line 6: | ||
<body> | <body> | ||
<link rel="stylesheet" href="https://2014.igem.org/Team:Tokyo_Tech/style.css?action=raw&ctype=text/css" type="text/css" media="screen"/> | <link rel="stylesheet" href="https://2014.igem.org/Team:Tokyo_Tech/style.css?action=raw&ctype=text/css" type="text/css" media="screen"/> | ||
+ | |||
+ | <script language="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> | ||
+ | |||
<div id="wrapper"> | <div id="wrapper"> | ||
<div id="header"> | <div id="header"> | ||
Line 57: | Line 76: | ||
<p align="center" class="title-small">Content</p> | <p align="center" class="title-small">Content</p> | ||
- | <p align="left" class="info-24"><a href="#" onMouseOver="ShowPic-ture(' | + | <p align="left" class="info-24"><a href="#" onMouseOver="ShowPic-ture('style',1)" onMouseOut="ShowPicture('style',0)">1. Introduction</a></p> |
- | <div id=" | + | <div id="style"><img src="../../../Sponsors/picture/happi_front.jpg" width="300" height="300"></div> |
<p align="left" class="info-24"><a href="#">2. Poster Session at Tokyo University</a></p> | <p align="left" class="info-24"><a href="#">2. Poster Session at Tokyo University</a></p> | ||
<p align="left" class="info-24"><a href="#">3. Interview on Science Magazine "Newton"</a></p> | <p align="left" class="info-24"><a href="#">3. Interview on Science Magazine "Newton"</a></p> | ||
- | <p align="left" class="info-24"><a href="#">4. Muse | + | <p align="left" class="info-24"><a href="#">4. Muse Talk </a></p> |
<p align="left" class="info-24"><a href="#">5. Visit to Elementary School</a></p> | <p align="left" class="info-24"><a href="#">5. Visit to Elementary School</a></p> | ||
<p align="left" class="info-24"><a href="#">6. Inheritance Congress</a></p> | <p align="left" class="info-24"><a href="#">6. Inheritance Congress</a></p> |
Revision as of 08:33, 11 September 2014