var fDesc=new Array();
fDesc[1] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools.";
fDesc[2] = "speed by 7-10 times.";
fDesc[3] = "from the operating system and applications. This decreases load time and boosts application performance.";
fDesc[4] = "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[5] = "let you to manage and configure a lot of hidden parameters of your Windows XP. All optimization tools are perfectly ordered by categories in three main sections, System, User, and Others.";
fDesc[6] = "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[9] = "temporary and unused files from it. This way the software optimizes your system and enhances its performance by getting rid of all types of temporary files related to Windows, Internet tracks and other cache files.";
fDesc[10] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs.";
fDesc[11] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications.";
fDesc[12] = "page from being modified, clean recently used files list, empty recycle bin and more. Protect your privacy and keep your system clean!";
fDesc[13] = "applications that are installed currently on the system. Its key features include cleaning capabilities with: Windows Explorer to clean up recent documents, Run (Start Menu), Search Auto Complete, Explorer MRUs, Windows Applets: Recent List in Paint, and others.";
fDesc[14] = "application runs: without leaving ANY trace at all on your system, just like a good portable program. It's a 100% stand-alone program, it does not run on top of any other browser.";
fDesc[15] = "navigation sites, it also cleans these temporary files: Internet Temporary Cookies and Cache, Internet Explorer Address Bar, History, Temporary Files etc. When you run this program you will have the option to choose which one of these options you want to do or undo.";
fDesc[16] = "is an online database of HTML and Audio books. You can download and browse through any of the books that are available. The application will cache every HTML page opened while you are online so that they can be accessed offline if you need to.";
fDesc[18] = "files, browser history files, cookies and cache and block popups and protect homepage settings. No one will even know you're using it.";
fDesc[19] = "content without MMC access. Speed up page loads, reduce network chatter, and ease server strain from unnecessary validation requests.";
fDesc[20] = "switching between web sites and pages effortless. HotKey Shortcuts, Stop Popup Windows, Wipes Cache, Image Slideshows, MUCH more.";
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 = '...';
}
}