Team:EPF Lausanne

From 2013.igem.org

(Difference between revisions)
Line 22: Line 22:
<script>
<script>
   function showtip(tipid) {
   function showtip(tipid) {
-
     document.all.bacterias.h2.style.visibility = "hidden";
+
      
 +
    var matchingItems = [];
 +
    var allElements = document.getElementsByClassName("bacterias");
 +
 
 +
    for(var i=0; i < allElements.length; i++)
 +
    {
 +
        if(allElements[i].tagName == "h2")
 +
        {
 +
            allElements[i].style.visibility = "hidden";
 +
        }
 +
    }
 +
 
     document.getElementById(tipid).style.visibility = "visible";
     document.getElementById(tipid).style.visibility = "visible";
   }
   }

Revision as of 07:33, 1 August 2013



Tip1 Tip2

Bacteria


You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
EPFL LOG RVB-96.tiff

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Your team picture
Team EPF_Lausanne