var fDesc=new Array(); fDesc[1] = "It is utilizing a database of a whopping 400,000 words and phrases. Means it contains all generally used words. And lots of features Like multi-language support for user interface, English words pronunciation, speech filter, bidirectional etc. and lots more."; fDesc[2] = "The dictionary contains over 250,000 words, including historical figures, slang and jargon. The program suits perfectly for visually impaired or blind computer users."; fDesc[3] = "PC. Each piece can handle two languages but if you prefer you can bur the whole solution at once. You can buy this product right from the developer’s site on Internet for $ 49.95, and you can try it before with some limitations."; fDesc[5] = "translation solution for your PC. Each piece can handle two languages but if you prefer you can bur the whole solution at once. You can buy this product right from the developer’s site on Internet for $ 49.95, and you can try it before with some limitations."; fDesc[6] = "difficult to categorize. Maybe the nearest categorization would be that of a picture dictionary, but it’s also a talking dictionary and you could even use it as a translator."; fDesc[7] = "on the Pocket PC platform. This program is one piece of a complete language learning and translation solution for your Pocket PC. While using the trial version, only 10% of the database is available to users."; fDesc[8] = "language learning and translation solution for your PC. Each piece can handle two languages but if you prefer you can bur the whole solution at once. You can buy this product right from the developer’s site on Internet for $ 49.95, and you can try it before with some limitations."; fDesc[9] = "PC. Each piece can handle two languages but if you prefer you can bur the whole solution at once. You can buy this product right from the developer’s site on Internet for $ 34.95, and you can try it before with some limitations."; fDesc[10] = "find words fast and easy and to memorize them effortlessly. You can buy this product right from the developer’s site on Internet for $ 29.95, and you can try it before all the time you need but with the limitation mentioned before."; fDesc[11] = "PC. Each piece can handle two languages but if you prefer you can bur the whole solution at once. You can buy this product right from the developer’s site on Internet for $ 34.95, and you can try it before with some limitations."; fDesc[12] = "learning and translation solution for your PC. Each piece can handle two languages but if you prefer you can bur the whole solution at once.You can buy this product right from the developer’s site on Internet for $ 49.95, and you can try it before with some limitations."; fDesc[14] = "schedule limitless events (or alarms) with associated message text and is an invaluable tool for those who have trouble getting organized and those who do not like to forget their appointments, meetings, and so on. Like all of oursoftware products, Talking Event Scheduler is designed to be used as a stand alone program. What this means is that you do not need any kind of screen reading software or anything else to use this program. Your PC must run Windows 95 or greater and you must have a sound card or speakers. Talking Dictionary has been tested on Windows 95, 98, 98 SE, Windows Millennium Edition, Windows 2000, Windows Vista and Windows XP."; fDesc[15] = "by LingvoSoft, gathered all together in a unique software. The first obvious advantage of acquiring this suite instead of its components is of economical nature. Four LingvoSoft language learning and translation tools are included."; 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 = '...'; } }