var fDesc=new Array(); fDesc[0] = "exoExplorer is a free Windows application being developed by Tom Morris of planetarybiology.com and Fullerton College. Its goal is to help astronomers, astrobiologists and astronomy enthusiasts visualize exoplanet environments.

Visualizing hundreds of exoplanet environments with nothing more than a large table of data is laborious, unsatisfying and uninspiring. By providing several 3-D screens, exoExplorer lets users immerse themselves in the exoplanet’s simulated environment and see what it might be like to be on this planet or a moon orbiting nearby. exoExplorer lets you walk around, look around, drive around and fly around these mysterious new worlds."; 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 = ''; } }