var fDesc=new Array(); fDesc[0] = "ERUPT is a graphical program that simulates various volcanic eruption types, including Strombolian, Plinian, Vulcanian pyroclastic flows and surges, Hawaiian fluid lava flows, fumarolic activity, and Pelcean viscous lava dome emplacement. Tectonic (faulting), caldera and sector collapse, and erosional events are also simulated. In addition to a greater variety of eruption types, virtual 3-D with topographic and geological maps, and a greatly enhanced user interface, Erupt offers the user a built-in updater with web-access and features that make it a much more robust teaching and research tool."; 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 = ''; } }