Team:Davidson-MissouriW/Team/Pictures

From 2010.igem.org

(Difference between revisions)
Line 47: Line 47:
function show(id){
function show(id){
-
   el=document.getElementById(id + curr);
+
   el=document.getElementById(id);
-
  curr = (curr+id)%5;
+
   el2=document.getElementById(id);
-
   el2=document.getElementById(id +curr);
+
// window.location.hash="Students";
// window.location.hash="Students";
-
     el.style.display='none';
+
     el.style.display='block';
     el2.style.display = 'block';
     el2.style.display = 'block';
//window.location.hash="row2";
//window.location.hash="row2";

Revision as of 05:42, 27 October 2010