var fDesc=new Array();
fDesc[1] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before.";
fDesc[2] = "that manages the link between your BlackBerry smartphone and your email account, organizer and more.";
fDesc[3] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads.";
fDesc[4] = "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[5] = "photographers. You can view, organize, edit and convert all your images the easiest way ever. Ashampoo Photo Commander has everything that you may need to manage your photos.";
fDesc[6] = "create and share projects with your photos, videos, and music files. his incredible program allows you to edit, enhance and add creative effects to your photos, and also create your own movies or photo slide shows with a soundtrack.";
fDesc[7] = "resize, move, create, delete, format and check partitions. The main difference with the Home edition is that creates bootable CD/DVD to manage partitions easier and faster. This version works on Windows 2000/XP/Vista 32 and 64 bit and Linux platforms.";
fDesc[8] = "regular, you probably have wasted time and energy in downloading headers off the newsgroups just to see if what you were looking for was there. Or maybe, you are smart and you tried search engines on-line. Either way, Grabit manages to make things easier for you.";
fDesc[9] = "remember only one ID and password. When it is used with an optional biometric reader, like a fingerprint reader, you will have no need to remember passwords.";
fDesc[10] = "backs up data. The program has a file manager that allows you to access the files stored in your phone. You can also copy music files and other files to the phone.";
fDesc[11] = "the processes that are being performed in the computer; it shows detailed information of each process. Besides this tool shows Services and they can be managed and monitored from it. It runs in Windows XP (SP3)/Vista (SP1) platforms to get all tool’s features.";
fDesc[12] = "one coconut palm, and he occupies his time with various activities, like fishing, lighting a fire and cooking food, and many other things.";
fDesc[13] = "applications like Adobe, AVG antivirus, Microsoft Office and many others with a great design different from original ones. This program is simple and easy to use.";
fDesc[14] = "system. It is very easy and friendly to handle; it provides several tools to offer a complete solution managing tasks and processes and runs on Windows 2000 and higher Windows platforms and does not require administrative rights to run.";
fDesc[15] = "shortcut, or via an icon in your system tray.";
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 = '...';
}
}