var fDesc=new Array();
fDesc[1] = "use. Whenever a more recent version of any programme becomes available, Software Informer notifies you and offers a link for downloading the update. It also allows you to keep track of comments and questions on corresponding software.";
fDesc[2] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[3] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[4] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers.";
fDesc[5] = "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[6] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[7] = "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[8] = "format over P2P networks. It can use HTTP or FTP Downloads, build torrents from a file on your computer in order to share it with others, download video, mp3 of flash files from any web page (like YouTube). You can even download an eDonkey plugin.";
fDesc[9] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications";
fDesc[10] = "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[11] = ", pendrives, etc., and eliminate them if they are found suspicious. When you make a double click to access to an infected drive, the 'autorun.inf' file executes the malware and your system gets infected. This utility helps you to eliminate those files.";
fDesc[12] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform.";
fDesc[13] = "video and audio with the help of HTTP and RTMP. This application has great capabilities of recording flash stream videos that are transmitted through RTMP and HTTP protocols straight away. It has a superb in-built FLV Player, which is handy in viewing the flv files, and is easy to work with.";
fDesc[14] = "to perform; no further requirements to install the program are needed. The HTTP Analyzer GUI is friendly and easy to use; the different data sections are organized in different sections to make easy the information analysis.";
fDesc[15] = "framed interface. In the upper left panel you will see the general information about each HTTP connection (time, client and server IP, URL, file length, status and information).";
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 = '...';
}
}