var fDesc=new Array(); fDesc[1] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies."; fDesc[2] = "pursue employment in five new careers that include dance, entertainment, intelligence, oceanography and architecture. There are ten hobbies included in the expansion pack and several new elements."; fDesc[3] = "guesses. The game includes 8,000 words and phrases arranged into several categories that go from TV shows and music, to History and Literature. HangAroo is very entertaining, and a really good pastime for adults and kids as well."; fDesc[4] = "multimedia gives you full relevant information. There are a lot of videos, animations, maps, photos and scrolling multimedia presentations. Researcher tools will help you to combine notes and images so you can create reports and projects."; fDesc[5] = "converted into an electronic file). eBooks are a safe way to share, transport or even sell data that is copyrighted or is in need of a DRM (Digital Rights Management) encryption code. Mobipocket is a good program for anyone wishing to save personal writings in a safe environment."; fDesc[6] = "over 7,400,00 entries in 128 dictionaries for translating words and phrases from English, German, French, Spanish, Italian, Ukrainian, Chinese, Latin, Turkish to Russian and back."; fDesc[7] = "Pursuit in three different modes: Solitaire (you against the machine), Time Attack (you against time) and 1 to 4 players, to play against other humans."; fDesc[8] = "This application is intended for teachers and students. There are many stacks on the TI web site that cover many areas, such as history, geography, science, art, English literature, economics and music, but you can make your own using this program."; fDesc[9] = "program can be used by anyone interested in learning/improving his or her command of Chinese, from complete beginners to advanced students, including native Chinese speakers."; fDesc[10] = ", which enables you to read and write the Coptic language on any word processor or website that utilizes these fonts. The fonts support the Coptic letters, numerals, over and under lines, abbreviations, mathematical marks and punctuations symbols."; fDesc[11] = "Legal, Financial, and Computer Dictionaries, Encyclopedias, Acronyms, Idioms, Thesaurus, and a Literature Reference Library."; fDesc[14] = ", listen to, and print the Sherlock Holmes stories. This software will read aloud the Sherlock Holmes stories to you using Text-To-Speech Technology."; 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 = '...'; } }