var fDesc=new Array(); fDesc[1] = "it easy to work with the application. It is possible to make subtitle in many languages, there is a video preview and a function that lets translate texts along with the subtitling work."; fDesc[2] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript."; fDesc[3] = "creatures and spun a web over their kingdom. You must solve 60 puzzles to break the spell and return the land to sunshine."; fDesc[4] = "still in development demonstrating the capacity and the desire of the user to create the perfect browser. There are many packages available covering practically every Windows, Mac and Linux Operating systems."; fDesc[5] = ", he must pass through different levels. Along the way, he will encounter emenies that will try to stop him. the way Lex defends himself from these enemies is by spelling out words."; fDesc[6] = "get to bet how well you can do at the beginning of each round. A window appears asking you to choose one of the three options The thing is that if you miss your bet the game is over, so try no to shoot too high."; fDesc[7] = "Royal Palace, the last citadel of evil in this magic land. Get ready to complete 82 different levels to bring back former splendor of the castle"; fDesc[8] = "will help you solve some situations on the way. In order to finish the level you have to solve some problematic situation that the game propose to you. You can try this game for 30 minutes before you buy the licensed version."; fDesc[9] = "spells. Once installed, spells vary in power, and include both new spells and existing spells. The extremely powerful spells are balanced and cover almost every basic spell. There are many new spells added, which include high level spells as well as low level spells."; fDesc[10] = "autosuggest hotkey. TinySpell is excellent for correcting those nasty spelling errors that are created when doing web based e-mail, site access forms, or any other text based applications where spelling errors could pop up."; fDesc[11] = "school and learn to write properly. This software can make the process of learning to spell a lot more fun and dynamic, something that children will appreciate."; fDesc[12] = "improve spelling and learn new words, while having a great time with friends or family. Merriam Webster's Spell-Jam is a game that definitely deserves a place in your game collection."; fDesc[13] = "similar to another one previously learned by the program, there will appear a list of words and you will only have to press the TAB button and the program will automatically complete the word."; fDesc[14] = "program integrates itself seamlessly into Word, Excel, Front Page, Outlook, Works, Outlook Express, Mail and News, Exchange and Windows Messaging applications. The powerful Internet dictionary included with this plug-in recognizes URLs, email addresses and other Internet terminology."; fDesc[15] = "medical word you are interested in, to help you to discover the correct spelling of medical term. After I installed the program and launched it, it presented a little window without features that displays two alternate adds at the bottom and simple user instructions."; 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 = '...'; } }