Team:NCTU Formosa

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<style type = "text/javascript" language = "JavaScript">
+
 
-
function out(id_num){
+
-
  var oa = document.getElementById(id_num);
+
-
  if(oa.style.display == "none"){
+
-
    oa.style.display = "block"; 
+
-
  }
+
-
  return false;
+
-
}
+
-
</script>
+
<style type = "text/css">
<style type = "text/css">
Line 279: Line 271:
}
}
</style>
</style>
 +
<style type = "text/javascript" language = "JavaScript">
 +
function out(id_num){
 +
  var oa = document.getElementById(id_num);
 +
  if(oa.style.display == "none"){
 +
    oa.style.display = "block"; 
 +
  }
 +
  return false;
 +
}
 +
</script>

Revision as of 13:54, 4 October 2011