var fDesc=new Array(); fDesc[1] = "fault-tolerant SATA RAID 10 arrays on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X and 945 chipset-based platforms. It provides support for high-performance SATA RAID 0 arrays & redundant SATA RAID 1 arrays on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X, 945, 925, 915 chipset-based platforms. It also provides AHCI support on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X, 945, 925 and 915 chipset-based platforms, as well as on Mobile Intel® 915/910 chipset-based platforms."; fDesc[2] = ", secure digital card, thumb drive, pen drive, removable storage, ipod, and more."; fDesc[3] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk."; fDesc[4] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms."; fDesc[5] = "Windows-98 System files. This utility can be used on Windows2k and XP. Use System files to create boot-drive from the internal system or alternate locations."; fDesc[6] = "corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[7] = "Rapidshare.de, megaupload, Yourfilesto, Filebaseto, and several more. The good thing is that the developers are always updating the list of supported services. And they also update the services currently supported when they stop working."; fDesc[9] = "(including CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW and DVD-RAM) as well as a variety of burning hardware. The program is free for personal use. Businesses are required to register."; fDesc[10] = "and WinZIP. Unlike the aforementioned applications, Zipeg allows the user to preview most content that is archived in .rar and .zip files, among others."; fDesc[11] = "storage media that was assumed to be lost forever. The Pen Drive Data Recovery software can recover data from media that was re-formatted, attacked by a virus, corrupted, on a damaged system or also files that were accidentally deleted."; fDesc[12] = "lost,corrupted or damaged Mp3 files, songs, images, digital pictures and videos from all types of removable media due to human error or any Virus Generated Data Loss."; fDesc[13] = "information from CompactFlash cards (type I/II), IBM Microdrives, SmartMedia cards, MultiMedia cards (MMCs), Secure Digital (SD) cards, Memory Sticks, and any other storage devices."; fDesc[14] = "program creates a partition protected with the standard 256-bit AES available only with the password that you choose. Rohos Mini Drive shows in Windows Explorer, a new unit where you can put all your files."; fDesc[15] = "any storage device. The program features a very simple and intuitive user interface, specially designed for beginners with a step-by-step wizard that guides you throughout the different steps of the process."; 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 = '...'; } }