var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc.";
fDesc[3] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[4] = "dedicated to downloading and uploading files like in a wholesale, and it has every tool needed to do it in the best and most efficient way possible. Like many other torrent managers, it can handle magnet files. It has a scheduler for your downloads.";
fDesc[5] = "effects and it does this on its own, using pre defined styles. The videos are polished, tightly edited with closeups & synchronization with the music is just awesome.";
fDesc[6] = "contains a powerful search tool that lets you find and download sound files (mp3, wav, midi, etc.), Image or video (movies, trailers, jokes, graphics) on the Internet.";
fDesc[7] = "toolbar includes its own search box that enables you to search the web from any web page and makes this task easier and faster. Moreover, it allows you to select exactly what you want to search including web, images, video, music, and shopping.";
fDesc[8] = "program. With this incredible application you can watch and record TV shows (requires a compatible TV tuner card), edit photos or video, listen to music, rip CDs to MP3, and much more.";
fDesc[9] = "can remotely access the files stored in our home computer from Internet. Installing a client, and using a web browser, we can navigate through our files, listen to our music, and watching our photo or video collection, just as if we were actually using our computer.";
fDesc[10] = "types of video files and add a DVD menu to them .This incredible application enables you, not only to create static DVD menus, but also to add videos and music as background to your menu, edit the menu layout and much more.";
fDesc[11] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour.";
fDesc[12] = "Videos, Yahoo videos, MySpace, Dailymotion and many more. Using this program you will be able to get unlimited videos online directly to your computer.";
fDesc[13] = "other packages this simplify the user experience. When you install the program you must to configure it, the first things that the program show is your connection speed you can choose between modem, ISDN, ADSL or your office connection.";
fDesc[14] = "you´re listening in WinAmp in YouTube, Google Video, etc. Then, it plays the video in WinAmp. You can choose to hear the audio from your .mp3 or the video.";
fDesc[15] = "money on digital video editing software. With ACD VideoMagic digital video software, movies happen automagically!";
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 = '...';
}
}