var fDesc=new Array(); fDesc[1] = "application physically defragments the Windows registry file to give it the proper linear structure."; fDesc[2] = "basic game files, you can then play the game against others around the world. The basic Quake III game elements are available. An excellent option to play Quake anywhere in the world."; fDesc[3] = "this application does. Of course, password cracking is the main feature and it works flawlessly. The fact that \"guessing\" the passwords of PDF files was that easy actually amazed me."; fDesc[5] = "asks you to reboot your computer. Quite often, no reboot is really needed. WhyReboot checks the pending file operations that will occur after rebooting your computer, helping you to evaluate the convenience of rebooting your computer."; fDesc[6] = "not know the correct solution if there is an accidental or deliberate loss of vital data, but you can always secure your vital information, data, disks and drives by making virtual backup images of them with this tool."; fDesc[8] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores."; fDesc[9] = "Chroma Keying, over 20 built-in professional broadcast quality titles themes, a simple interface, video effects, multiple layers, multiple broadcast support, and broadcast archiving."; fDesc[10] = "pages that link your images into virtual tours. The m32 Edition supports multi-core processors."; fDesc[11] = "AVI with high quality and fast speed for BlackBerry and other devices."; fDesc[12] = "complementary materials for enhancing your Bible readings. As with other BibleMax modules, this one interacts fully with all the Bible modules installed in your core program."; fDesc[13] = "preacher and evangelist. The program contains a daily meditation on the Scriptures, as well as a concluding prayer. You must download and install BibleMax software before running this module."; fDesc[14] = "other BibleMax modules, this one takes advantage of all the program's features, like commentaries and references. You must download and install BibleMax software before running this or any other module."; fDesc[15] = "frequently. But more often than not, doing it the usual way via the Windows control may get tedious, so ScreenShot Wizard is a handy utility-ware, which basically helps the user in capturing images and comes with advanced post processing options."; fDesc[16] = "supposed to be a media player that can display artwork and fancy visualizations and allows you to share what you are listening to with your friends on Twitter. However, SocialMediaPlayer is lacking at the core."; fDesc[17] = "with other modules pre-installed in your BibleMax core program, such as Commentaries and References. You can get it, along with many other useful materials, by ordering the free CD."; fDesc[18] = "Ripper, Video to Audio Converter and Audio Converter, help you convert DVD and video to MP3, WMA, WAV, etc."; fDesc[20] = "also support dual-core and multi-threading, provides super fast speed for ripping DVD to RM format."; 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 = '...'; } }