var fDesc=new Array(); fDesc[0] = "The software provides a view of Jupiter at four magnifications (actual Voyager images are used), along with a highly accurate ephemeris program that draws the four Galilean satellites in their proper positions relative to the planet at any time. Students make observations of Jupiter and its satellites at regular intervals over a period of several weeks and, by graphing the separation of each moon from Jupiter versus time, they measure the period and radius of each satellite's orbit."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }