var fDesc=new Array(); fDesc[0] = "This is a 3D simulation of the Mars surface exploration done by the Rover remote operated vehicle Spirit.

NASA began to experience what seemed to be very dire communication problems with Spirit on January 22. However, after the incredible efforts of the Mars rover team, the problem has been diagnosed and the rover should be able to continue its scientific mission soon.

Note: This software and this website have no affiliation to NASA or JPL."; 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 = ''; } }