var fDesc=new Array(); fDesc[0] = "A historically-based and future-looking spaceflight simulator. The player can fly several space vehicles and rockets, travel to the bodies of the solar system, and complete a variety of missions. Fly several spacecraft from history and the future, including the Apollo spacecraft, Saturn V, and Space Shuttle. Breathtaking 3D views of the solar system. Planets and moons are accurately modeled, including terrain and atmosphere."; 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 = ''; } }