var fDesc=new Array(); fDesc[1] = "organizing of your image and video files with standard editing functions and some small “prettinesses” like Smart Collection function, Slide Shows creation etc., easy by using with the intuitive interface."; fDesc[2] = "menus for drives, folders and files. You must right click over a folder or file in order to open the contextual menu in which you can select \"Change Attributes\". Doing so you will open Attribute Changer."; 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] = "prevent data loss. The system is based on the Self-Monitoring Analysis and Reporting Technology (S.M.A.R.T.). This software monitors hard disk parameters such as Temperature, Head Flying Height and Spin-Up Time and notifies a user when a critical condition occurs. Disk Monitor also displays hard disk information, current S.M.A.R.T. attributes and the overall status of the hard disk's health. Advanced disk scan allows you to detect bad sectors on a disk surface. The software can be launched automatically at Windows startup and monitor the system in the background. An icon in the System Tray can display the temperature for selected HDDs."; fDesc[5] = "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[6] = "It supports all Windows operating system, from 95 to Vista. It has a friendly interface and it´s easy to use even for average users."; fDesc[7] = "Change Operations. Many integrated features such as Bookmarks, Pattern Coloring, Data Inspector, attributes and many more functions makes your file editing task very easier."; fDesc[8] = ", shred, split, rename one or more files, change extensions, dates and attributes, preview images, and 42 more!"; fDesc[9] = "XP built-in search for searching tasks, and have not been quite satisfied by it. It offers two modes of operation, numerous search criteria, skins support, and many other features."; fDesc[10] = "know, with Windows it's tedious and slow. Not so with Attribute Manager! Attribute Manager allows you to change Read-Only, Hidden, System and Archive attributes. You can change the date and time of creation, last access, last modification of files and folders. Attribute Manager uses templates that allow you to configure changes and apply them to an unlimited number of files and folders. The program is easy to use and supports a multi-lingual user interface."; fDesc[11] = "VBScript, PHP, etc. that includes a buil-in project preview, many HTML tags, events and attributes, JavaScript events, attributes, functions, statements and over1200 operators. In addition, this set includes an efficient JavaScript debugger to debug JavaScript code and run it safely."; fDesc[12] = "websites even without any knowledge of DHTML or JavaScript development. It can generate all types of menus compatible with all common browsers including the Internet Explorer, Firefox, Opera and Safari."; fDesc[13] = "properties. View file and folder content (copy file list to clipboard). View file and directory description."; fDesc[14] = "games, Tropix Deluxe has something for everyone. Earn sand dollars that you can use to buy attributes for your vacation in the Tropix vacation store or save your money and become the owner of a private island."; fDesc[15] = ", Accessed, Modified and Created dates, JPEG metadata, MS Office document dates and properties, NTFS data streams. Date-time shifting and masking."; 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 = '...'; } }