var fDesc=new Array(); fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[2] = "all history details, delete duplicate files to free your disk space, optimize memory, manage and organize system settings, and perform many other activities."; fDesc[3] = "smooth running of your computer, and an improved stability. When you install the program, it offers you to keep it connected to Macecraft´s servers, in order to ensure faster updates."; fDesc[4] = "range of features likes auto optimization, auto recovery of RAM, backup of system settings and Process List. It is also available in multiple languages like English, French, Spanish, German and many more."; fDesc[5] = "optimization, to keep the computer working as as first day you started it. Though most of the features mentioned above are already present on Windows, PC TuneUP 2 offers over 20 windows tweaks and provides important value added utilities."; fDesc[6] = "Registry defragmenting. Also autoinitialization programs can be worked on, deleted or added."; fDesc[7] = "Registry looking for errors or invalid entries. When any of them is found, the app will display them for you to decide whether you want to delete those entries or leave them as they are. It can eliminate the whole sub-key or just the invalid entry."; fDesc[8] = "your computer. Windows Inspector analyzes all the areas which could be used by malicious software."; fDesc[9] = "computer. Introduction: Computer Inspector analyzes all the areas which could be used by malicious software."; 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 = '...'; } }