var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = "accomplished by deleting entries in your browser cache, browser history, bookmarks, favorites and cookies, your recently visited sites, your recent documents folder, entries in the Run dialog, emptying the Recicle Bin and the temporary folders, entries in your system's registry and more.";
fDesc[3] = "features, package, intended frequencies and actual operating frequencies of their Intel microprocessor. Customers can also use the utility to discern whether or not an Intel processor is being operated above its Intel rated frequency.";
fDesc[4] = "blocks spyware, viruses and worms; repairs and maintains the PC health; monitors new software installations and reverses the installation if you decide you don't want the software; cleans up unwanted cookies, cache, and temporary files that slow your computer's performance; among other features.";
fDesc[5] = "only needed temporarily and erasing them will release important hard drive space. It runs quietly on startup, clearing the cache every time Windows boots.";
fDesc[6] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes.";
fDesc[7] = "will ask you to wait some minutes while it builds the search cache, by examining the content of your disks. You can save the searches and the listings of results in a file, for further reference.";
fDesc[8] = "your computer and therefore this software can help boost your system's performance. The application comes with a nice interface that dives directly into the options.";
fDesc[9] = "toolbar to let you save flash movies loaded on the web page being viewed (a new item added to the IE context menu for IE based browsers). Can save all flash movies on the web page. Has flash gallery viewing mode that displays all flash movies on the web page along with their URLs, file sizes and last modification dates.";
fDesc[10] = "erasing most privacy threats in your machine including Internet history, cache, cookies, index.dat files, auto-complete forms, search assistant, recent documents, open/save dialogs, run files, Mozilla Firefox, Google Toolbar and more.";
fDesc[11] = "Contains Startup Manager and Junk Remover. Clean IE and Firefox history, cookies, cache, index.dat, applications history, junk.";
fDesc[12] = "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[13] = "randomize Cookies data. PurgeIE manages its cleanup functions without requiring a system restart. Now suppports VISTA";
fDesc[14] = "the files open the application and select the location where the files are found. An even easier way is just to go to the File menu and select: Add Temporary Internet File Folders. This automatically grabs the Internet Explorer's cache files.";
fDesc[15] = "the features RtCC v2.5 had and then some! The features now include the ability to clean your internet cache on the fly.";
fDesc[16] = "web page title, date/time it was viewed, and thumbnails of all the images viewed. As an added convenience, it searches for cache folders.";
fDesc[17] = "extract information from the Internet Explorer cache. View, Export (Excel, CSV, Text and HTML) and print the cac";
fDesc[18] = "Internet activities. It comes integrated with IE thereby possessing the capabilities of erasing the browser cache, cookies, history, typed URLs, saved passwords, auto-complete lists and much more in mere click of a button.";
fDesc[19] = "accessible, spreadsheet-like format. You can selectively remove items, and sort, group, search, print, and export everything.";
fDesc[20] = "associated with the URL, so you can remove unwanted or old content from the cache by simply deleting the cache file.";
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 = '...';
}
}