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] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user.";
fDesc[3] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read.";
fDesc[4] = "percentage, calculate the number of integrated files. Arrange all the output result according to the size or by name via its Sort feature, use CD/DVD cluster option to know the CD/DVD size.";
fDesc[5] = "space but also lead to a slow and sluggish system. With FCleaner you can effectively keep your system free from unused and obsolete files so that you regain your disk space and system speed.";
fDesc[6] = "faster and save their precious time. It is a fully loaded tool like a Swiss knife. It uses a well known two window technology for a second level of exclusive features. So, simple tasks like copy, move, delete, update etc. are very easy with this amazing file management tool ...";
fDesc[7] = "a good looking interface so you can work fast and easy. You can also create greeting cards, post cards, and thank you notes. This program run with Microsoft Windows.";
fDesc[8] = "perfectly with realistic water and soothing music Koi Fish 3D Screensaver is the ideal door to a world of immense calm and relaxation, where you can escape from the daily worries at least during those precious moments of your break.";
fDesc[9] = "allow you to burn all types of files, but also copy and print them. The new user interface is more intuitive and straightforward and has been specially designed for beginners with SmartDisc wizard to make the process of burning and printing easier and faster than ever.";
fDesc[10] = "specifically developed by Insofta Development for these users. This utility is also for those users who are serious about their data but are too lazy and careless n don’t make any effort for data backup. So for all these users Document Backup utility can make their life easier";
fDesc[11] = ", but users still can figure out what folders are protected and plan out a strategy to crack the protection of the folder. MySecretFolder takes a rather different approach.";
fDesc[12] = "size of this folder, including its subfolders. Eachfolder can be expanded to see the size its the subfolders.";
fDesc[13] = "from the stock market and put them directly in your computer desktop, in the moment that they happen. The live gold quotes will appear on your system's tray. Moreover, this program can display the last 24 hours price variations chart.";
fDesc[14] = "critical information such as business data, project details, etc., due to accidental deletion and in all such cases, MediaRECOVER comes to the rescue of the user, which is essentially a complete digital image and file recovery utility package.";
fDesc[15] = "precious works of art and treasures have been stolen and hidden around the world. Funkiball is a fun game that brick-busting games fans will fully enjoy.";
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 = '...';
}
}