var fDesc=new Array();
fDesc[1] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[2] = "features that make it more powerful than a traditional player, among which is good to mention: the possibility of improving the quality of the original image at the time of reproduction, and the ability to read many file formats. It runs with Windows XP and Windows Vista.";
fDesc[3] = "computer is idle, your desktop will transform into beautiful scenery different from anything you have seen before! Download a piece of nature to your screen today and get ready to relax in the most natural way!";
fDesc[4] = "audio-to-audio re-encoding task, and will, of course, extracts the audio of any of the supported video files. It includes built-in quality profiles for all the codecs supported, but it also allows you to create your own!";
fDesc[5] = "lots of video and audio formats and converting them to popular video formats. Amadis Video Converter includes a powerful media conversion engine internally so that you can convert media files with very fast speed.";
fDesc[6] = "can proficiently handle MPEG2 transport streams and videos. The features of this application include capability to create cent percent lossless DVD incorporating necessary menu and audio tracks.";
fDesc[7] = ", multiplex, and remultiplex MPEG-2 Transport and Program Streams as well as MP4 files, trim HD DVD, iPod, PSP and AVI files.";
fDesc[8] = ", DV and Uncompressed AVI formats.";
fDesc[9] = "applications for advanced editing digital video/audio data of various formats (MPEG-2, ASF/WMV/WMA, AVI ) using SolveigMM components (VC++, VB.Net, VB.NET).";
fDesc[10] = "reliably, Edit DVDs and automatically edit out TV Commercials.";
fDesc[11] = "another, extract audio from video files, extract audio tracks from CD Audio (CD Ripping), and download CD metadata from online database.";
fDesc[14] = "convert video to audio files, convert 4 files at once for accelerate speed, contains an audio player and support all popular formats.";
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 = '...';
}
}