var fDesc=new Array(); fDesc[1] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[2] = "of related words, with one-click look up in almost any Windows program. The database has over 150 000 root words."; fDesc[3] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed."; fDesc[4] = "registry entries caused by software installations and un-installations that went awry! Registry First Aid can fix that!"; fDesc[5] = "Registry, Start Up, Tweak UI, Net Tweaker, The Privacy, File Shredder, Invisible Man. Site: www.wintools.net"; fDesc[6] = "search words and references in many bibles, references and dictionaries. When you install the program, it will ask you some questions to customize itself to your tast (background and text color, font size, preferred bible, etc.)"; fDesc[7] = "registry entries caused by software installations andun-installations that went awry"; fDesc[8] = "program you will be able to search in ISI Web of Science, PubMed and other Internet libraries worldwide. You will have the ability to export references directly from Highwire Press, Ovid, OCLC and more."; fDesc[9] = "is achieved by cleaning up many unwanted files such as the installation programs left-over, all the temporary files etc., and this helps to improve your system performances."; fDesc[10] = "is available for Windows operating system. It’s also very useful for beginner. Advance user can make music and test it whereas a beginner can practice and learn the base/guitar. It also provides keys/scales/chords references, tablature tool and midi tracks for practicing."; fDesc[11] = ", references, dictionaries and comments. The BibleMax has a search function that allows you to do a basic search for a word or phrase or you can do an advanced search. The downloader tool lets you add more information that you want to have as part of the program."; fDesc[12] = "translation. The BibleMax software has everything that you would need to learn about the Bible. There are translations, maps, commentaries from experts, references to look up and dictionaries all included in the program."; fDesc[13] = "between books and chapters of the Bible. Each chapter of the Bible has its own set of references, featuring an overview and detailed references to the most important verses."; fDesc[14] = "satisfy your Bible study needs. The package comes with the complete NIV Bible text and the most comprehensive cross-reference text for NIV for researching the verses to understand their in-depth meaning. It comes with around one hundred thousand cross reference texts."; fDesc[15] = "cross-references and book introductions plus NIV Study Bible Notes. The add-on has various explanations of important words and concepts. It also gives interpretation of difficult verses."; 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 = '...'; } }