var fDesc=new Array(); fDesc[0] = "Satbuster is a program for calculating and displaying the position of artificial satellites orbiting around our planet Earth. You can track satellites, Iss and Space Shuttle as well and predict their passes over your local horizon from any place on Earth. You can identify their path between stars and watch the sun, the moon and the planets too. Printable maps for pass predictions allows you to plan your own observations."; 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 = ''; } }