var fDesc=new Array(); fDesc[0] = "Mars has always fascinated people. Its red, fiery appearance is mysterious and intriguing. Many sci-fi stories talked about the ancient race of Martians. In fact with new data coming from space probes, a growing number of scientists now believe that life on Mars is quite likely. Roughly two-thirds of all spacecraft destined for Mars failed for no apparent reason. But you do not have to worry because this screensaver will get you there safely."; 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 = ''; } }