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] = "system. The application can search for determined file types from NTFS and FAT formattes units, either pictures, movies, songs, documents and all kind of files in general."; fDesc[3] = "defragmented again! It constantly keeps an eye on your file system and makes sure that all the clusters are allocated properly, so your hard disks never get defragmented again. And all that without slowing down your computer’s performance."; fDesc[4] = "files from your disk, the system will occupy and free clusters in your hard disk. This free space will be used by new files, filling the spaces scattered in your disc, splitting the files in multiple blocks."; fDesc[5] = "Display the true drive contents by bypassing the operating system and directly reading the raw drive sectors."; fDesc[6] = "catalogue of 10,000 nebulae, galaxies and star clusters, a calculation of astronomical phenomena visible from the Earth, and a calculation of the positions of the principal satellites of Mars, Jupiter, Saturn, Uranus and Neptune, comets and asteroids."; fDesc[7] = "Mine is basically a collapse/match 3 game with fine graphics and quite enjoyable gameplay, specially at higher levels."; fDesc[8] = "or more same-colored blocks to remove them from the board. Bonus points will be earned for forming flowers and other special combinations. Hexic Deluxe can be played in three different modes: Marathon, Timed and Survival."; fDesc[9] = "your hard disks. I want to introduce you a simple yet powerful application that will let you defrag your files and folders on all your disks in a quick way with just a couple of clicks."; fDesc[10] = "possible for people who want to use that information to recover it with the help of certain tools. Zilla Data Nuker helps you destroy and make it impossible to recover that information."; fDesc[11] = "your lost, missing, inaccessible or deleted data. This incredible software will enable you to recover all your data/files lost due to accidental format, virus problems, software malfunction, file/directory deletion, unexpected shutdown, or even sabotage."; fDesc[12] = "thousands of stars and many other stellar objects. You will watch the movement of Nebulas, clusters of stars, spiral nebulas and many more."; fDesc[13] = "That means your data contents once overwritten and destroyed It can't be recovered."; fDesc[14] = "collapse the columns. It features: high-quality graphics, good sound effects & music, etc."; fDesc[15] = "contents once overwritten and destroyed It can't be recovered"; 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 = '...'; } }