var fDesc=new Array(); fDesc[0] = "Project Moonwalk is an exciting video game that allows you to train as an astronaut and walk in the footsteps of the 1969 Apollo 11 Mission. You can launch rockets, blast off, ride the centrifuge and pilot the lunar lander. The game is set in a fully 3D interactive Lunar environment, as true to life and science as possible."; 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 = ''; } }