var fDesc=new Array(); fDesc[0] = "Lunar Flight is a simulator which allows you to fly a ship around the moon.

Features:
- Authentic Newtonian Space Physics.
- Addictive Challenging Flight Simulation.
- Earn Money and Experience from Transport, Survey & Lost Cargo Recovery Missions.
- Random Mission Generation.
- Purchase Upgrades and Action Items for the Lunar Module.
- Online Time Trial & Pilot Leaderboards."; 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 = ''; } }