var fDesc=new Array();
fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users.";
fDesc[2] = "output. In fact you can access to online radio stations and enjoy various types of music like (Rock, Pop, Jazz, Classic, Vocal, User, and much more.), in multiple languages.";
fDesc[3] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation.";
fDesc[4] = "links, you only need to chose what you want to watch. The program interface is in portuguese language, and most of the channels are from Brazil. You can watch lots of channels grouped in packages (even radio stations), and you can even download more packages from the web.";
fDesc[5] = "the best internet TV shows and videos in one powerful application. New channels arrive daily in the built-in channel guide; it’s an extension of Firefox that have multiple options.";
fDesc[6] = "rest then as an icon in your system tray, showing you the temperature in the chosen location. If you double click over that icon, you can access some more weather information through several pages.";
fDesc[7] = "utilize the computer as a professional video recorder for the television set. The program encodes and compresses the real-time video data from the various video devices connected to the computer such as TV, VCD, analog camcorder and the likes.";
fDesc[8] = "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[9] = "hardware or monthly subscribtion. Only the best quality channels are included in the database. TVzation covers the most programs broadcasting on cable and satellite TV.";
fDesc[10] = "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[11] = "for telephone line recording, radio station logging, control room recording,remote audio monitoring, radio communication recording and other specialized voice recording applications.";
fDesc[12] = "stations. This program is easy to use, and it has a very simple simple interface and multilanguage support. You simply select the country in which you're interested in the left pane, and the television channel or radio station you want to hear.";
fDesc[13] = "part, independent for each channel. It has independent delay time, feedback gain and delay gain for each channel. The \"Ganging\" option helps to adjust both channels simultaneously and easily.";
fDesc[14] = "similar multi-speaker forums. This incredible application has the ability to record up to 32 separate audio channel inputs to a single audio file in the dct format or to multiple files for each channel in mp3, wav or dct file formats.";
fDesc[15] = "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.";
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 = '...';
}
}