var fDesc=new Array(); fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[2] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development."; fDesc[3] = "impression and seems to be well-thought, especially in terms of design. I would recommend this application to users, searching for a simple and easy-to use DVD movie player."; fDesc[4] = "Player 6.4, integrating options and features found in modern media players. Media Player Classic is Licensed under the terms of the GNU General Public License, and is free."; fDesc[5] = "folder on your computer. You can type in a search filter to limit what files and folders are displayed. Everything only uses file and folder names and takes a few seconds to build its database. 1,000,000 files will take about 1 minute."; fDesc[6] = "The release was delayed several times because of developing issues and the end product wasn't really polished in terms of design and functionality. However, it still managed to sell 2 million copies."; fDesc[7] = "and manage, your users will love having access to those hard to understand terms."; fDesc[8] = "find the necessary definition using the main search or the alphabetical search. The program requires the Internet connection and also offers web search with the help of a built-in Google search. No illustrations or examples, but the ads by Google and the banners related to medicine and health."; fDesc[9] = "sources of information, on a given word or phrase in any application on your PC just by Alt-clicking on the word. In the first instance, an information bubble opens up to display the definition of the word using Answers' selected information source."; fDesc[10] = "here is a best quality XTerm medical dictionary. This medical dictionary not only contains detailed description of medical terms but it is also full of chemical formulas and diagrams."; fDesc[11] = "Language. WordNet 2.1 is a large lexical database of English, with grammar terms i.e nouns, verbs, etc. these grammar terms are grouped into sets of synonyms, each expressing a distinct concept."; fDesc[12] = "Internet. It uses your default browser to enter search strings and presents the results in a similar form to Google on the web. A rapid launch task bar window is also provided to support a rapid launch of the application within a browser window."; fDesc[13] = "have to insert some basic data (loan value, payment frequency, amount of periods, rate, and payments) and you will be able to get 135 results in a table so you can study payment amounts, interest rates, terms of the loans, and amounts borrowed and find the best terms for you."; fDesc[14] = "folder you want to search, provide a list of search terms, then select SEARCH."; fDesc[15] = "information source about Biblical and Bible-related terms. It contains more than 9,000 cross-referenced and cross-linked entries about the most significant words, terms, places and people appearing in the Scriptures, complete with their historical, religious and linguistic contexts."; 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 = '...'; } }