var fDesc=new Array(); fDesc[0] = "GEE is an education and outreach tool for seismology that aims to make it easy for non-seismologists to retrieve, display and
analyze seismic data. It is intended for use in a classroom setting as a supplement to textbook material, which often lacks real world connections.
Novices to the world of seismology can use GEE to explore earthquakes they've seen in the
headlines, keep track of a recording station in their area, look at real-time seismic data, and more!"; 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 = ''; } }