var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[3] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation.";
fDesc[4] = "improvements that make the game even more addictive. Players have the option of choosing to play the single player campaigns, multiplayer, or random maps.";
fDesc[5] = "the same day every single morning. Everything looks the same, feels the same, and works the same. There is no way you can change anything, and that, I guess, is a good thing.";
fDesc[6] = ", modules, Windows startup items, IE add-ons, system add-ons, services, drivers, opened files and installed programs in your operating system. Multilingual support and a very compact size make it a must-have system utility.";
fDesc[7] = "software's caches. You simply select the software in the list, select what you want to clean and ClearProg does the job.";
fDesc[8] = "that of Internet Explorer, Smart Brow has its own features, such as the \"quick note\" panel for us to copy and paste (or write) anything we like; and a nice user interface, whose appearance (skin and/or color) can be easily changed.";
fDesc[9] = "the hard drives and optimize them. Configure your computer in the way that better suits you, and enlarge the security of your system.";
fDesc[10] = "Online Privacy Overview Anonymous Browsing Invisible Browsing will mask or hide or spoof your IP address preventing the banner ad campaigns and e-commerce applications from logging your internet address without your permission. Secure Browsing Invisible Browsing will also protect you by blocking ActiveX controls which can harbor malicious code such as viruses and invasive code such as JavaScript.";
fDesc[11] = "information that slows your computer down and occupies valuable space of your system. The program is fully customizable and performs scanning of your computer, you can specify what exactly you want to scan and also schedule scans.";
fDesc[12] = "the cookies and the navigation history. But there is also a third kind of registration that is made on your PC. These saved files are called Index.dat, and they record information about your activity on the Internet. but Index.dat Analizer can help you with erasing this data easily and fast.";
fDesc[13] = "pictures, rich text, and URLs. This allows you to paste the items saved into any application. The program works in two modes: History mode has a limit of 200 saved items by category, when the 201th item is stored, the oldest item will be removed. Boilerplate mode is a permanent storage area.";
fDesc[14] = ", cookies and other records. The program Erases Files securely ensuring that they cannot be recovered. It also features a File Shredder and Plug-Ins Builder Support. It is possible to set up an option of automatic operation while booting up or shutting down the system.";
fDesc[15] = "devices from your PC and increase your online security;and clean Firefox now!";
fDesc[16] = "Contains Startup Manager and Junk Remover. Clean IE and Firefox history, cookies, cache, index.dat, applications history, junk.";
fDesc[17] = "important data. Advanced Privacy Cleaner will enable you to erase Internet history, Internet cookies, auto-complete data, auto-complete passwords, and also delete Microsoft Word recent files list, the list of images viewed by you, Windows Media Player recent files list, WinZIP recent files list and so on.";
fDesc[18] = "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[19] = "credit card data. Wash N' Go cleans typed URLs, history, cache, index.dat files, \"save\" history from any browser. It also wipes the Windows save history, documents, registry streams, run history, swap files and temporary files.";
fDesc[20] = "use and offers a complete entry system for adding individuals and their information to the family tree. With Genbox Family History you can collect, organize and review your family history information.";
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 = '...';
}
}