var fDesc=new Array();
fDesc[1] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better";
fDesc[2] = "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[3] = "and most of the time this can be annoying, especially if you forget web addresses easily. Now with Livestation you can access all your favorite channels with just one click, easy and fast.";
fDesc[4] = "Ed. enables users to generate a coverage map by either manually plotting points, or using a GPS device.";
fDesc[5] = "also available on FOX's website and plays those on your desktop. For some reason, FOX News Live did not enable me to connect to all the streams.";
fDesc[6] = "local TV channels or dozens of countries without the need to be there. The program presents many channels with different sports, religious events, news, scientific programs, financial reports, entertainment and more. Best of all, it is completely free.";
fDesc[7] = "online TV channels from around the world. Watch TV online.";
fDesc[8] = "CNN and lots of other channels do that. MInt Online simply gathers all the feeds and centralizes them in a single location.";
fDesc[9] = "for TV card and other hardware because all the channels are streamed through your Internet connection.";
fDesc[10] = "broadcast content from your PC to a channel that can be viewed with any browser, in any computer connected to the Internet. This program will stream live video from your webcam, your screen or a game you´re running.";
fDesc[11] = "mix with other instruments for live performances or otherwise. The combination of Toontrack Solo, EZplayer Pro and EZdrummer or Superior Drummer allows the shaping of new MIDI grooves within the EZplayer pro arranger";
fDesc[12] = "These features make it an ideal tool to be used in live shows. The software has two compressors with VCA and the OPTP models and it uses two four band parametric equalizers with five different filter types.";
fDesc[13] = "page (a video broadcasting site). It provides the user with a simple interface to use WME and, at same time, meet the site requirements and formats.";
fDesc[14] = ", worldTVRT only can be launched from it";
fDesc[15] = "require an additional sequencing program. The V-STACK virtual instrument rack is perfect for those needing a program for live use on a stage or if it just intended as an extension for existing VST system link networks without needing more sequencers.";
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 = '...';
}
}