Team:Freiburg/Templates/header
From 2011.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
hideSubmenu(id); | hideSubmenu(id); | ||
highlightMenuItem(url); | highlightMenuItem(url); | ||
- | |||
//} | //} | ||
} | } | ||
Line 17: | Line 16: | ||
alert('highlight'+id); | alert('highlight'+id); | ||
if(document.getElementById(id) != null){ | if(document.getElementById(id) != null){ | ||
- | |||
document.getElementById(id).style.fontWeight='bold'; | document.getElementById(id).style.fontWeight='bold'; | ||
} | } | ||
Line 43: | Line 41: | ||
window.onload = function() { | window.onload = function() { | ||
- | |||
windowLoadMenu(); | windowLoadMenu(); | ||
document.getElementById( "contentSub" ).style.display="none"; | document.getElementById( "contentSub" ).style.display="none"; |
Revision as of 18:47, 3 July 2011