Team:KAIST-Korea/Team/Photos/Test1
From 2011.igem.org
(Difference between revisions)
Line 26: | Line 26: | ||
function ImageMag(number){ | function ImageMag(number){ | ||
- | if(number==0){ | + | if(number==0) |
+ | { | ||
document.Images[0].width=730px; | document.Images[0].width=730px; | ||
document.Images[0].height=580px; | document.Images[0].height=580px; | ||
document.Images[0].style.left=230px; | document.Images[0].style.left=230px; | ||
document.Images[0].style.top=-680px; | document.Images[0].style.top=-680px; | ||
- | }else{ | + | } |
+ | else | ||
+ | { | ||
document.Images[1].width=730px; | document.Images[1].width=730px; | ||
document.Images[1].height=580px; | document.Images[1].height=580px; | ||
Line 99: | Line 102: | ||
</td> | </td> | ||
</tr> | </tr> | ||
+ | </table> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 13:47, 14 July 2011