var fDesc=new Array(); fDesc[1] = "error messages and protects privacy."; fDesc[2] = "increase your PC’s performance while you are working. This utility will automatically switch the foreground program to the highest priority. This program can also increase you PCs free RAM, increasing the general performance of your computer as well."; fDesc[3] = "just a few minutes to release wasted space on your hard drive. Fix registry by few clicks. Remove unnecessary programs from autorun. It's simple and useful."; fDesc[4] = "engine, RegSupreme represents a new generation of Windows registry cleaners. Of course, don't just believe us - try it yourself and you will be amazed by RegSupreme's speed and performance!"; fDesc[5] = "technology, deep knowledge and field experience to bring system registry care to a new level."; fDesc[6] = "fonts, help files, application paths, obsolete Start Menu items, invalid shared DLLs and more."; fDesc[7] = ", optimize your pc. Useful utilities for you - work with maximum performance!"; fDesc[8] = "PC Problems with an advanced PC doctor registry tool saving you both time and money"; fDesc[9] = "Registry defragmenting. Also autoinitialization programs can be worked on, deleted or added."; fDesc[10] = "errors related to missing startup programs, missing system fonts, invalid shortcuts, missing dll files, invalid application paths, invalid device drivers, missing file associations and missing help files."; fDesc[12] = ", and Startup Cleaner. it allows you to remove unneeded files and internet tracks, find and remove invalid registry entries..."; fDesc[14] = ", History Cleaner, and Startup Cleaner"; fDesc[15] = "Registry and files. Optimizes your system, increase OS stability and speeds up your softwares by maintaining Registry Integrity."; fDesc[16] = "tool scans all the registry values and verifies them; all these registry keys are listed and you can select all or some of them to fixed or removed to keep the good health of your registry. PCAnalyzer works on Windows 98 or higher platforms; its GUI is very easy and friendly to users."; fDesc[17] = "Problems with the Windows registry are a common cause of Windows crashes and error messages."; fDesc[18] = "clicks! Problems with the Windows registry are a common cause of Windows crashes and error messages."; fDesc[19] = "that cause system slowdowns,freezing and crashing.RegistryEasy repairs registry problems to make your computer run like new again!"; fDesc[20] = "and uninstallations, spyware entries etc. It gives a boost to system performance by removing inconsistencies. Get a free registry fix scan"; 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 = '...'; } }