var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[3] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[4] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive."; fDesc[5] = "all history details, delete duplicate files to free your disk space, optimize memory, manage and organize system settings, and perform many other activities."; fDesc[6] = "users to search for true duplicates in folders or drives on your computer. The tool provides full Unicode support and greater safety by providing added scan options to protect system files and folders. The scanning process is quite fast and can also search sub directories."; fDesc[7] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter."; fDesc[8] = "can quickly create stylish icons from your original designs or from imported PNG, GIF, BMP or JPG files. AWicons Pro fully supports Windows XP icons and all color formats up to True Color with alpha."; fDesc[9] = "Huntington's shop owners find more than 1,200 unique and cleverly hidden items for their customers and earn enough cash to open a shop of your own. This \"hidden object\" game will bend your brain and dazzle your eyes."; fDesc[10] = "one, with only shortcuts to programs and folders you normally have on your Desktop or access it via the start menu. Create your own skins to personalize it."; fDesc[11] = "Chinese WP interface, and most of its features, is quite similar to that of Microsoft Office Word. The main difference being that with Chinese WP we have the possibility to learn and teach the Chinese language."; fDesc[12] = "scanner in the world!"; fDesc[13] = "tool that can help you create your all-new fonts of your own. With this tool, you can start from a scratch your True Type Font, or edit the existing ones"; fDesc[14] = "Unlimited choices to handle them in an easy and fast way. Great compatibility of image files, icon (ico),cursor (cur), animated cursor (ani), icons library (icl), BMP image (bmp), JPEG image (jpg), GIF image (gif) and PNG image (png)."; fDesc[15] = "quality 3D Software Box, Book, 3D Photo, DVD Case, CD, Screenshot or Member Card."; 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 = '...'; } }