var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection.";
fDesc[3] = ", plus a few handy features. It even functions as a music downloader as well! There are 3 simple ways for you to find the videos to be downloaded. You can save them in various formats, including mp3, mp4, or even iphone/ipod-compatible .";
fDesc[4] = "Opera etc, but the new release by Mozilla, \" The Cometbird\", pushes the limits of web browsing. Cometbird offers in-built download manager. Cometbird enables the user to download videos from Youtube or any video, audio without using any extra tool.";
fDesc[5] = "application has to be downloaded and launched at the user PC. The way it operates is by creating a P2P channel between user PC and the eMusic site.";
fDesc[6] = "a good solution to design and print CD/DVD labels. With an easy to use interface, ClickâN Design 3D allows you to use interesting features such as adding 3D text and other special effects which will make your designs extravagant and unique.";
fDesc[7] = "view it in our computer with its internal browser. It is also possible to export it to any removable device and browse it in another computer without an Internet connection.";
fDesc[8] = "videofiles (DIVX,MPEG,AVI,etc) and DVD's using fast hashing. It uses fast hashing algorithm (27 GB movies/7 seconds), search subtitles recursively from your divx folders, upload entire series seasons subtitles in less than 1 minute. # Many more features";
fDesc[9] = "disk for later offine browsing. The application has the ability to download files from FTP and HTTP servers, find and modify links in HTML, CSS, JS and SWF files, download multiple threads at the same time, among other things.";
fDesc[10] = "send a team of saboteurs at the world ducks' rally. This team was to commit an act of sabotage in the hunters' village.";
fDesc[11] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear.";
fDesc[12] = "operates a site where you can download DRM licensed movies, mostly in Spanish. This program is written in English, however, and there is a version of the site in English, too.";
fDesc[13] = "custom profiles for different batch processing tasks. But, what's special about this program? The QUALITY. The original quality of your images is preserved as the most advanced, hi-end algorithms are used by JpegSizer";
fDesc[14] = "the web site, finds the pictures and photos (JPG,GIF) and downloads them to hard disk. It makes picture download a fun task.";
fDesc[15] = "downloading, and the simple interface are the extra rich features that you will find in this amazing application. It allows you to instantly download all the images from a website.";
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 = '...';
}
}