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] = ", 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[3] = "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] = "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[6] = "will overeat different delicacies, such as mosquitoes, dragonflies and other insects.";
fDesc[7] = "send a team of saboteurs at the world ducks' rally. This team was to commit an act of sabotage in the hunters' village.";
fDesc[8] = "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[9] = "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[10] = "and download files off them. The graphical user interface resembles most of the other popular P2P applications, like Morpheus or Emule. However, I have obtained better results with Emule in the past.";
fDesc[11] = "favorite website, and you are not able to get an internet connection, you can take the information of your favorite website with you using this software. In case you need to have the complete topology of the website, its scripts and the links.";
fDesc[12] = "the web site, finds the pictures and photos (JPG,GIF) and downloads them to hard disk. It makes picture download a fun task.";
fDesc[13] = "information regarding an Excel spreadsheet, i.e. reports, forms, evaluations, help applications, etc.Well, this is the answer for you. SpreadSheet Convert, is an amazing tool which converts any Excel Spreadsheet to HTML or Java Code.";
fDesc[14] = "the world ducks' rally. This team was to commit an act of sabotage in the hunters' village.";
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 = '...';
}
}