var fDesc=new Array(); fDesc[0] = "Tele-Streamer is a program to view TV stations that broadcast through the Internet. This program is able to display 853 channels available worldwide. You'll be able to view the free streams that many television channels offer, containing news, music, weather, documentaries and even movies. Tele-Streamer shows you a list of 99 countries, and the available signals from each of them. You can select the channel to watch by double-clicking on its name. Then, the video will appear in the main frame of the interface. You can watch the video in full screen mode by double-clicking on it. To revert the full screen, you should press the ESC key. Below the video frame, you will have the volume control, the name of the channel being played and the buffer state. Below that you will see the title of the program being watched, and the total time or the elapsed time. The Favorites button will show you some stations grouped by categories. You can edit those categories or build new ones, with the channels you like most."; 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 = ''; } }