var fDesc=new Array();
fDesc[1] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux.";
fDesc[2] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive.";
fDesc[3] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities";
fDesc[4] = "accomplished by deleting entries in your browser cache, browser history, bookmarks, favorites and cookies, your recently visited sites, your recent documents folder, entries in the Run dialog, emptying the Recicle Bin and the temporary folders, entries in your system's registry and more.";
fDesc[5] = "can remotely access the files stored in our home computer from Internet. Installing a client, and using a web browser, we can navigate through our files, listen to our music, and watching our photo or video collection, just as if we were actually using our computer.";
fDesc[6] = "will ask you to wait some minutes while it builds the search cache, by examining the content of your disks. You can save the searches and the listings of results in a file, for further reference.";
fDesc[7] = "files. These files are transmitted and stored for long periods of times, and it is not rare for them to get corrupted or damaged. RAR Repair Tool allows you to recover files stored in corrupted RAR files.";
fDesc[8] = "PowerpointImageExtract or is a fast free tool to make copies of the images and the audio contained in any PowerPoint® presentation or slideshow (PPT and PPS files). It creates a new folder in your system where all the images and a WAV file with the audio are stored (provided that audio is included in the presentation).";
fDesc[9] = "Ignition gives you instant access to all your PCs, whether they are LogMeIn Free, Pro or IT Reach computers. Your log in information and preferences are stored securely, enabling instant access from anywhere without having to remember all of your passwords.";
fDesc[10] = "computer (Windows only for now) to share your downloaded videos, music or photos stored on your hard disk for viewing on your TV using the PlayStation 3 for example, in addition you can see your videos from YouTube or Picasa albums.";
fDesc[11] = "extracted unfortunately are only stored in DVD format, but its simplicity makes it the greatest and the fastest freeware tool of its kind.";
fDesc[12] = "completion, it lists all the cookies and the user can see the information or data stored within them. It also identifies the unwanted cookies that are stored within the system, hence they can easily be removed. The advanced user can perform the task manually.";
fDesc[13] = "passwords for Yahoo messenger accounts, when they are stored on the user system. The application recovers stored user login data for the computer user. The program will diplay all the data about the user Yahoo accounts, as well as the user password, in an completely automatic and instant manner.";
fDesc[14] = "program that enables the user to edit pictures from the desktop. Once the pictures have been edited through actions like cropping, rotating or zooming, then they can be synchronized once again with the handheld device.";
fDesc[15] = "are visible like regular disks and the data stored in them can be encrypted by several algorithms. The data stored in them can be encrypted by several algorithms such as AES, Blowfish, Twofish, CAST, GOST, DES and others.";
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 = '...';
}
}