var fDesc=new Array();
fDesc[1] = "features, but enhanced on security. The application will give you more security and privacy when you are surfing on Internet. For example, the application does not send error or problem reports to Google.";
fDesc[2] = "any word and its correct grammatical form with its built-in Morphology Module. If you're learning the English language, its sound modules will allow you to hear the correct word pronunciation, pre-recorded by native speakers.";
fDesc[3] = "Accessed Documents, File and Computer Search History, and many more. This is why PC Scan and Sweep will protect your system’s performance, disk space and your privacy.";
fDesc[4] = "Internet history, Windows history, Search history and Chat history.";
fDesc[5] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications.";
fDesc[6] = "other sensitive data on your computer. Securely scrub all evidences from your system and protect your privacy.";
fDesc[7] = "Protector works with Internet Explorer, FireFox, AOL, Netscape and MSN. Your personal data will be safe while you enjoy navigating secure. Smart Protector works on all Windows systems.";
fDesc[9] = "history, INDEX.DAT files, Firefox, Opera, Safari, Chrome, Avant and many other tracks. Some unique options in this program: Selective cleaning (selectively preserves cache, history and/or cookies for chosen by you safe Internet sites), Panic key combination, Automatic cleaning, Support for Windows 7, Vista 32&64 bits, IE 8 and Firefox 3.5.";
fDesc[10] = "and temporary files. Removing or deleting of history also helps your computer to work smoothly. But removing all these tracks manually is not so easy and mostly users don’t know what to delete and where to find all those history tracks.";
fDesc[11] = "identifier on your PC, allowing them to track the keywords you search for.";
fDesc[12] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want.";
fDesc[13] = "erasing of tracks by overwriting file(s) a configurable number of times with random characters. This will prevent others from recovering your file(s) using any recovery tool. It can also protect your home page, so that no one could change it.";
fDesc[14] = "search are displayed in four different ways: standard, compact, detailed and custom. Duplicates are filtered by the application and the user won't see them, saving time.";
fDesc[15] = "Election. It provides instant access to the latest political news, separating them by the two candidates: Barack Obama and John McCain. It also give you access to he Daily Straw Polls in order to vote daily.";
fDesc[16] = ", etc, click a button and JOC MP3 Finder will check simultanously all configured search engines, finding MP3 files related to to the text entered. Results are returned almost instantanely and are validated automaticly after the search is performed. Verified MP3 links can be downloaded immediately with a quick double-click. Features include: store results in projects files, verification of MP3 results, integrated downloader supporting resume of parcial downloads, exports results in diferents formats, offline sorting/searching, adding your own mp3 links, search history and many more. Fast, Compact, easy to use and the best of all, it's FREE! A MUST for every Internet user.";
fDesc[17] = "products and freeform search tool. Download the latest freeware products straight to your harddrive without the need for endless web surfing!";
fDesc[18] = ", supports all popular web browsers such as Internet Explorer, Firefox Mozilla, Netscape, Opera and Flock.";
fDesc[20] = ", recently typed information, search history and many other dangerous tracks of your activity.";
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 = '...';
}
}