var fDesc=new Array(); fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[2] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed."; fDesc[3] = ", computers or in a nekwork. It only works with Windows OS (XP, Vista, etc.). The number of stored files is increasing constantly since the users manage mobile phones, digital cameras, media players, emails, PDAs, iPods, laptops, desktop PCs, USB drives, networks, etc."; fDesc[4] = "portable and installable. The portable version also requires a small installation in our USB drive, but once this is done we can use it without any problems over there to go where."; fDesc[5] = "all basic tasks like move, copy, eliminate files, execute programs, view images, etc., but there are other many great features that, I'm sure, they will make from Directory Opus an essential tool for your Windows."; fDesc[6] = "interface is all in German. Program is equipped with malware detection module, but it does'n seem to function as it should. The main program doesn't seem to service its own purpose, leaving many obsolete files on the drives. And there are no updates available."; fDesc[7] = "because it has features that can greatly ease your work. ShellLess Explorer has a nice, intuitive and tabbed multi-panel Interface. The navigation bar is similar to Windows Vista and you will have a total control where you can go to any location on your HDD."; fDesc[8] = "files are from a malware infection or just any particular file that won't delete, it can eliminate it. The software uses state-of-the-art programming techniques to unload modules, close remote handles, and terminate processes to take away the particular locked file."; fDesc[9] = "unrecoverable. Secure Eraser offers five security levels that can overwrite your data up to 35 times and make sure that it becomes unrecoverable and inaccessible."; fDesc[10] = "thing the operative system does is to mark the space occupied by the file as available. If the file contains sensitive information you would like to know that this information is unavailable for others."; fDesc[11] = "applications has a marker is because everyone wants to have some privacy. And the way computers are designed does not precisely allow for that. The files that get deleted on an OS are not entirely deleted and can be recovered quite easily."; fDesc[12] = "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[13] = "how it feels, and you know that it feels really bad. Everybody has been there sometime and that’s why applications like this exist. Recover Lost Data provides you with the ability to get back those accidentally deleted files searching them from a search criterion you define."; fDesc[15] = "engine. This utility can permanently remove any type of file, folders and also can delete your Internet Explorer and Firefox cookies, history, temporary and cache files. XL Delete works on Windows 2000, Windows XP (including x64), Windows Server 2003 (including x64), and Windows Vista platforms."; 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 = '...'; } }