var fDesc=new Array(); fDesc[1] = "help the customer setup a basic wireless connection. It offers same functionalities includes on Windows XP / Vista Wireless manager plus some enterprise level features howeever I found it buggy so I recommend to stay with Windows Wireless client."; fDesc[2] = "RefreshEm when they do repairs the Windows Icon Cache so that the proper ones are immediately displayed."; fDesc[3] = "if the partition table, or boot sector on hard disk is lost or damaged due to a virus attack, software failure, Fdisk or Partition Magic misapplication among other reasons."; fDesc[4] = "Teach them survival skill as building, fishing, exploration, research and healing other people. Guide them and build your village solving 16 puzzle of different difficulty levels."; fDesc[5] = "wonders of Greek mythology by joining different puzzles figures. Each level is a different figure that you will be able to watch when finished. The game has got very good video graphics and nice sound effects and music."; fDesc[6] = "your brain to work. Solve over 225 unique puzzles on your way to gold, gems and treasure hunting glory!"; fDesc[7] = "Folders can customize every single folder of your operating system excluding the sub folders. You can choose a folder icon among more than 1000 stylish icons."; fDesc[8] = "corruption. This program will provide you multiple features as the repair of defects by the rebuilt of the registry, remove the fragmentation, it will compact the registry by removing the gaps and the unused space, etc."; fDesc[9] = "desktop's default icons and cursors properties in a snap. This program enables you to save and restore the desktop layout, rebuild the icon cache or increase its size, remove shortcut symbols, repair corrupted icons, and much more."; fDesc[10] = "game the three characters have to rebuild it. Starting from scratch, they’ll have to take care of the first citizens and build up the infrastructure needed to survive, such as houses, wells, farms and so on."; fDesc[11] = "transferring files from a High density medium to low density medium requiring multiple disks. The split files can be burnt onto the CD with the required software for burning. KFK is helpful to send files using email where the upload capacity of the email is limited."; fDesc[12] = "Rebuild the empire with tiles! Dragons have wreaked havoc on the empire. Now the only way to restore balance is by using an ancient set of Mah Jong tiles. Enjoy hundreds of layouts in this epic tale of tile matching!"; fDesc[13] = "utility monitors the Master File Tables and the paging files, components that have to be in the best form to bring an optimum system performance. The utility can be configured to work with no performance degradation of the system, running always in the background."; fDesc[14] = "program run it requires Java to be installed on your computer, but this is not a problem because you can download it from the developer's site for free."; fDesc[15] = "that, you can replace the original DLL file with the static library file, rebuild your application, and distribute it without the DLL!"; 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 = '...'; } }