var fDesc=new Array();
fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[2] = "means. This software will organize all the pictures on the computer and mobile phone (cellular) for viewing, editing, sharing and search purposes. You can move pictures from and to PC and mobile phone (both ways) and make changes to the images that will be kept in a safe place.";
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] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc.";
fDesc[5] = "browser, or you can search files directly through the client. It´s highly recommended to start your downloads from well known sites, to avoid fakes. Since anyone can upload files in a P2P network, some people likes to pretend that a file is something that is really not.";
fDesc[6] = "Internet without restrictions or limits. The client is completely free of advertisements and has a nice, easy to use interface.";
fDesc[7] = "folder on your computer. You can type in a search filter to limit what files and folders are displayed. Everything only uses file and folder names and takes a few seconds to build its database. 1,000,000 files will take about 1 minute.";
fDesc[8] = "system. The application can search for determined file types from NTFS and FAT formattes units, either pictures, movies, songs, documents and all kind of files in general.";
fDesc[9] = "your hard disk including important information as size, location and number of files for each existing folder and its subfolders, allocated and wasted space, last access date, file owner and permissions and other details.";
fDesc[10] = "direct access to change many settings and configure the behavior you want for your operating system ordered in categories. This software is easy-to-use and you can access to it for free.";
fDesc[11] = "files deleted from hard disks, USB flash drives, CF and SD cards and other storage devices. There are advanced options like delete file search, files wiper and emergency dick image.";
fDesc[12] = "a video but is stuck with problem in viewing it. afreecodecVT allows the user to load the file and determines the codec required to play the file. It supports both audio and video codecs.";
fDesc[13] = "that can be a perfect choice for searching your files and directories easily and fast, and with advanced features. Definitely, Super Finder is a good replacement for the Windows built-in search function.";
fDesc[14] = "Based on a very clean and clear interface, this Gnutella Network client-integrated application is the best choice in the crowd of P2P clients. With the help of this application you can easily share, search and download any type of media file.";
fDesc[15] = "replacing the text is big headache, especially for developers. Seeker provides a wonderful facility for all users to search files in easy steps with details like content, type of files, size of file and many more. Seeker also allows users to exclude some text during search.";
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 = '...';
}
}