var fDesc=new Array(); fDesc[0] = "DESA Satellite Tracker allows you to track the International Space Station and other satellites in real time. The built in radar alarm will alert you to satellites that would be visible to you and let you know where to look (although you will only be able to actually see the satellites an hour before sunrise and an hour after sunset).

DESA Satellite Tracker is 100% free"; 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 = ''; } }