var fDesc=new Array();
fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
fDesc[2] = "phrase related to the file name or application name and Quickfind shows all the related files to that name or word.Just double click the desired file and Quickfind will launch it immediately.Quickfind also enables the user to open web addresses added to the favorites .";
fDesc[3] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows.";
fDesc[4] = "you can move them to the Recycle Bin or to another folder for later revision or use. First of all you have to select the folders you intend to scan and press Scan.";
fDesc[5] = "make your PC smarter and run smoother. You can tune up your system in two clicks using the Schemes that offer four different levels of system care or you may like to manually choose the actions like, cleaning registry and fixing invalid shortcuts.";
fDesc[6] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc.";
fDesc[7] = "Album Cover Finder 6.5 is a kind of additional application to this software. It helps all people who uses ITunes in finding a lot of interesting information for their music collections.";
fDesc[8] = "system and index all your files. When you open Disk Space Finder, it will scan those files and create graphs that tell you exactly how much space is used on your hard drive.";
fDesc[9] = ", download and convert flash (flv) videos from different websites as YouTube, DailyMotion, MetaCafe, Google, and others. It’s very easy to use, it provide multiple options and support to convert files of different formats to flash (flv) videos.";
fDesc[10] = "the system are concerned, and to get rid of all such problems, HiddenFinder is a good solution. This application has the capability to kill all the suspicious hidden processes running at the background without the knowledge of the user.";
fDesc[11] = "Windows operative system, has proved over the years to lack advanced options. Thus, when the user needs to do anything other than copy a file or paste one, he finds himself at a loss for \"actions.\"";
fDesc[12] = "hidden password is decrypted and showed to you instantly. It's a very useful tool to recover forgotten passwords from E-mail clients, Chat programs and Dial up passwords.";
fDesc[13] = "of all our hard disks, external drives, removable or portable devices, in a colorful graphical way. We can choose to view the content either as a pie chart graphic, horizontal bar, or vertical bar.";
fDesc[14] = "what you download. Thus, you end up with many duplicate files that will not only make your computer slow, but also take some hard drive space that you might need. Double File Finder makes certain that you don't have any duplicate files by showing you exactly where those files are.";
fDesc[15] = "hotspot near your current location. The cool thing about this is that you can scan for hotspots from within Skype and save time while doing so.";
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 = '...';
}
}