var fDesc=new Array(); fDesc[1] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[2] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[3] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more."; fDesc[4] = "Windows Vista Aero Theme, Icons, Windows and Menus. Unfortunatelly version 1.1 is very basic and its more similar to longhorn than vista."; fDesc[5] = "want to take with you and don't want to copy and paste it every time a change is made, or when you need your desktop computer and your laptop to have the same files."; fDesc[6] = "analyzing it. The version 3.2 of Microsoft Network Monitor has been modified to add some new tools with improved functionality such as; ‘Process Tracking’, Network Monitor API etc. It is actually an update which replaces Network Monitor version 3.1. The download size varies from 4.3MB-15.1MB."; fDesc[7] = "every file present on the current drive with its last modification’s date and time, size of the file, attributes like hidden or read only or write only, etc. Not only that, the sorting of the files can be done by date created, modified or by size, name, etc."; fDesc[8] = "image. It will also lead you to perform batch processes or enter the Online resources for RealWorld Photos."; fDesc[9] = "and shows all the metadata embedded in the photograph, allowing you to edit the content of the highlighted tags. It supports both Exif and IPTC-NAA data, showing all the existing information clearly organized in sections and tags."; fDesc[10] = "and down loading files to and from the user PC and FTP servers. The user interface enables the user to 'surf' FTP servers as easy as navigating with Microsoft Internet Explorer. It includes a URL address bar for downloading from FTP and HTTP sites."; fDesc[11] = "XBOX was the most popular console, there were many uses for an application like this. The main one in my opinion was to modify save games with cheats and upload them to a memory card."; fDesc[12] = ", Accessed, Modified and Created dates, JPEG metadata, MS Office document dates and properties, NTFS data streams. Date-time shifting and masking."; fDesc[13] = "that you subscribe to. The news are displayed, skipped and rotated automatically on a 3D or modern toolbar. The toolbar's transparency can be changed, and the toolbar itself can be shown or hidden using shortcut keys."; fDesc[14] = "their products with patches and taking precautionary measures This update called Security Update for Microsoft Office Word 2007 Knowledge Basic Article number 950113 is to prevent others to run and modified in a malicious way a opened file"; fDesc[15] = "is most useful for those users who regularly update their large files or data and send or receive over internet or private Network. PatchOnClick is a very easy to use utility. It gives you the opportunity to create only update patch file of any file which is much smaller in size."; 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 = '...'; } }