var fDesc=new Array();
fDesc[1] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[2] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove.";
fDesc[3] = "is simple yet powerful: it analyzes your Windows Registry and configuration/startup files, showing you a list of \"suspicious\" results. But applying the fixes is up to you...read each item carefully before fixing anything!";
fDesc[4] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience .";
fDesc[5] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications";
fDesc[6] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website.";
fDesc[7] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed.";
fDesc[8] = "audio/video files as soon as a download starts. With IDA download and save video from popular video sharing sites like YouTube. Some IDA features include: Scheduler, FTP Explorer, ZIP browse before downloading. IDA integrates into all popular browsers.";
fDesc[9] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF.";
fDesc[10] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file.";
fDesc[11] = "mirrors, BitTorrent files, file preview, scheduling + much more.";
fDesc[12] = "several IT and networks specialists by more than 5 years. I remember that back in the day, this application was the only application of its kind. What this application does is let you manage your workstations from a single application.";
fDesc[13] = "files into Mp3 files. The program does not support a lot of audio formats but it will convert between the mentioned formats with a very fast conversion speed. The program will convert your audio files from one into another in just a few seconds.";
fDesc[14] = ", AVI, Divx, XviD, VCD, SVCD, 3GP. It lets you select subtitle and audio track, and configure output settings like video size, frame rate, aspect ratio, etc.";
fDesc[15] = "between two requests. The generated requests are sent to the specified URL.";
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 = '...';
}
}