Team:Freiburg/Templates/header

From 2011.igem.org

(Difference between revisions)
Line 6: Line 6:
<script type="text/javascript">
<script type="text/javascript">
function windowLoadMenu(){
function windowLoadMenu(){
-
alert("load");
 
  var url = document.URL;
  var url = document.URL;
  var splitted = new Array();
  var splitted = new Array();
Line 63: Line 62:
  document.getElementById( "contentSub" ).style.display="none";
  document.getElementById( "contentSub" ).style.display="none";
  document.getElementsByTagName( "p" )[0].style.display="none";
  document.getElementsByTagName( "p" )[0].style.display="none";
 +
}
 +
 +
window.onunload = unld(){
 +
alert("unload");
}
}
//<![CDATA[  
//<![CDATA[  

Revision as of 09:37, 4 July 2011


This is the wiki page
of the Freiburger student
team competing for iGEM 2011.
Thank you for your interest!