var fDesc=new Array(); fDesc[1] = "Local TV, Internet TV, World TV, Live TV or Satellite TV from any country in the world. It enables you to watch various international TV programs, news, entertainment, and so on."; fDesc[2] = "frequency, etc.), there are controls for volume, mute, open a file recorded, change channels (back and forward), use full screen mode, TV window mode, record a video, use scheduler. Also you can use auto scan channels."; fDesc[3] = "similar software is the possibility to calculate the position for all satellites at once."; fDesc[4] = "professionals, satellite communication users, astronomers, UFO hobbyist and astrologers. The program shows the positions of satellites at any moment (in real or simulated time)."; fDesc[5] = "information from The Weather Channel site. The program lets you watch satellite images and video from around the globe, share images with your friends and family, or simply stay updated on current and expected weather conditions."; fDesc[6] = "Windows programs featuring a free amateur radio software, which also comes along with mapping, and satellite tracking abilities."; fDesc[7] = "programs from around the US and the world! Your cable company doesn't offer this! And there is no monthly fee!"; fDesc[8] = "a small one-time fee. You have nothing else to pay EVER! No subscription needed! 100% Legal - Guaranteed!"; fDesc[9] = "setup it. FastSatfinder 2.7.0.0 supports DVB-S PC tuners from manufacturers such as TechnoTrend, Digital Everywhere, TechniSat, Hauppauge, Tevii, Pinnacle, TwinHan, DVB World, GeniaTech and Acorp."; fDesc[10] = "images and then combine them into one big map image. It supports multithreads, so the download speed is very fast. And it is very easy to use."; fDesc[11] = "small one-time fee. You have nothing else to pay EVER! No subscription needed! 100% Legal - Guaranteed!"; fDesc[12] = "supposed to broadcast over the Internet, since the program receives the streaming from it. It doesn´t use any other hardware than your sound card, monitor and speakers. You don´t need to have a tuner card."; fDesc[13] = "surface and, if you have a map of the moon, maybe you will locate the famous Sea of Tranquility and other well-known landmarks. Who knows? You might even be able to see the American flag where the astronauts left it many years ago."; fDesc[14] = "browser without the need of any other program. You just have to type a location (city and country, city and state) in the search bar and it automatically displays satellite images or street maps, allowing you zoom in and out to see more clearly."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }