var fDesc=new Array(); fDesc[1] = "television player. This is the smartest way to enjoy favorite videos, TV shows, Movies, Music, without shredding a single penny from your pocket. This tool allows the user to manage, browse, download, play and watch videos by expanding its viewing area"; fDesc[2] = "is no need for a TV Tuner card because all the channels are streamed through your Internet connection."; fDesc[3] = "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[4] = "broacasts from around the world. No TV card required, you can visit live content with no subscription required!"; fDesc[5] = "Airbender which has just reached its highest rating. This massive online game, is a prequel to the story of the television show and gives players the ability to create their own customized Avatar character ."; fDesc[6] = "online TV channels from around the world. Watch TV online."; fDesc[7] = "hundreds of TV channels, listen to radio stations from around the world, enjoy CD collections with complete artist/album description."; fDesc[8] = ", 1500 Radios and Movie trailers. It´s possible to add more stations. When you open the program, you will see on you left three folders: TV Channels, Radios and Movies & TV shows. Clicking over the folders you will expand them."; fDesc[9] = ", breaking news or any of their favorite TV programs online. Moreover, Solway's Internet TV and Radio Player is an exciting combo pack which permits user to listen to their preferred radio station with just few clicks."; fDesc[10] = "100+ countries. There is no need for a TV Tuner card because all the channels are streamed through your Internet connection."; fDesc[11] = "high-quality and full-screen. The application uses advanced speech-recognition technology to analyze videos and provides more accurate search results than standard search engines."; fDesc[12] = "stations from more than 140 countries. You do not need a TV Tuner card or additional equipment"; fDesc[13] = ", worldTVRT only can be launched from it"; fDesc[14] = "Tuner card because all the channels are streamed through your Internet connection."; fDesc[15] = "Absolutely NO monthly payments, support and interface in 6 languages."; 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 = '...'; } }