Team:Freiburg/Templates/header

From 2011.igem.org

(Difference between revisions)
Line 10: Line 10:
   hideSubmenu(id);
   hideSubmenu(id);
   highlightMenuItem(url);
   highlightMenuItem(url);
-
  alert("am iesit" + id);
 
  //}
  //}
}
}
Line 17: Line 16:
   alert('highlight'+id);
   alert('highlight'+id);
   if(document.getElementById(id) != null){
   if(document.getElementById(id) != null){
-
    alert('exista'); 
 
     document.getElementById(id).style.fontWeight='bold';  
     document.getElementById(id).style.fontWeight='bold';  
   }
   }
Line 43: Line 41:
window.onload = function() {  
window.onload = function() {  
-
alert('in windoeonload');
 
  windowLoadMenu();
  windowLoadMenu();
  document.getElementById( "contentSub" ).style.display="none";
  document.getElementById( "contentSub" ).style.display="none";

Revision as of 18:47, 3 July 2011


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