Template:Imperial/Navbar2: Difference between revisions
No edit summary |
No edit summary |
||
| Line 48: | Line 48: | ||
<a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Project">Project Specifications</a> | <a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Project">Project Specifications</a> | ||
<a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Chassis_1">Why ''B. subtilis''?</a> | <a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Chassis_1">Why ''B. subtilis''?</a> | ||
<a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Chassis_2">Benefits vs Challenges</a> | <a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Chassis_2">''B. subtilis'': Benefits vs Challenges</a> | ||
</div></ul></html> | </div></ul></html> | ||
|align="center" width="20%" valign="bottom"|<html><ul id="sddm"><li><a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Wet_Lab" | |align="center" width="20%" valign="bottom"|<html><ul id="sddm"><li><a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Wet_Lab" | ||
| Line 69: | Line 69: | ||
onmouseover="mcancelclosetime()" | onmouseover="mcancelclosetime()" | ||
onmouseout="mclosetime()"> | onmouseout="mclosetime()"> | ||
<a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Dry_Lab"> | <a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Dry_Lab">Dry Lab Hub</a> | ||
<a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Genetic_Circuit">Genetic Circuits</a> | <a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Genetic_Circuit">Genetic Circuits</a> | ||
<a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Growth_Curve">Growth Curves</a> | <a href="http://openwetware.org/wiki/IGEM:IMPERIAL/2008/New/Growth_Curve">Growth Curves</a> | ||
Revision as of 23:00, 10 September 2008
<html><script language="JavaScript"> var timeout = 250; var closetimer = 0; var ddmenuitem = 0;
// open hidden layer function mopen(id) { // cancel close timer mcancelclosetime(); // close old layer if(ddmenuitem) ddmenuitem.style.visibility = 'hidden'; // get new layer and show it ddmenuitem = document.getElementById(id); ddmenuitem.style.visibility = 'visible'; } // close showed layer function mclose() { if(ddmenuitem) ddmenuitem.style.visibility = 'hidden'; } // go close timer function mclosetime() { closetimer = window.setTimeout(mclose, timeout); } // cancel close timer function mcancelclosetime() { if(closetimer) { window.clearTimeout(closetimer); closetimer = null; } } // close layer when click-out document.onclick = mclose; </script></html>