Team:UT-Tokyo/Project/Results

From 2011.igem.org

Revision as of 11:49, 24 September 2011 by Akira (Talk | contribs)

Assay 1

TBD


<script type="text/javascript"> $(function(){

  $("#sub-panel").click(function(){
     $("#top-panel").slideToggle();
     var el = $("#shText");  
     var state = $("#shText").html();
     state = (state == 'Hide' ? 'Show assay2' : 'Hide assay 2');               
     el.replaceWith(state); 
  });

}); </script>


</html>

Assay 2

TBD