var fDesc=new Array(); fDesc[1] = "master the blind typing method. The features of the program are the easy and stylish interface, the sequential learning process with free choice of the program modes, the background music and the user-friendly help."; fDesc[2] = "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[3] = "use commonly in a categorized list. You will be able to recall a whole word or a phrase by typing only a few letters. This way you will reduce the time and effort employed when writing letters, emails or any type of documents."; fDesc[4] = "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[5] = ", German and Spanish. Key features are: hand-drawn pictures, pronunciation, quizzes and possibility of creating your own category of words. Trial version provides access to 4 out of 35 groups of words."; fDesc[6] = "articles. When we open the program we can see a Menu Bar, one toolbar, one panel and a window, for put our articles. We can create and rewrite tons of articles for use them in our pages, this program is very useful."; fDesc[7] = "for you each time you type the corresponding keyword."; fDesc[8] = "assistant of 6 steps that is very easy to use. It includes numerous images templates, clipboards and pre-defined phrases with fun designs. It has a wizard for printing and distribution by mail. It runs on Windows 2000/XP/Vista"; fDesc[9] = "topic specific and include economics, biology, medicine, linguistics, banking, equipment and technology and many more important subjects."; fDesc[10] = "when constructing statements. The Anagram Genius software uses friends’, colleagues’, and competitors’ names to alter the structure in ways that are unbelievable."; fDesc[11] = "and can be very useful for a web programmer. It really impressed me with its user-friendly interface that makes it very easy to use. It is very small in size and supports all common Windows family operating systems like 98/ME/2000/XP/2003."; fDesc[12] = "unscrambling the letters given. The idea is very simple; we will see a grid with several columns and rows, one of which is blank, and the objective is to form a hidden phrase by placing the right letters in this blank line."; fDesc[13] = "your eyes organized in a multi-level tree structure. The Template Phrases plug-in works for Outlook 2000 - 2007."; fDesc[14] = "use it before tripping to a Spanish-speaking country or community, or as a refresher tool if you already speak Spanish. The tool also can be viewed online at the developer's site."; fDesc[15] = "famous authors, politicians and sports performers. The screensaver has many customizable features, like music or transition effects; and allows you to create your own playlists and hide/show the clock and the calendar. Best of all, it is absolutely free."; 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 = '...'; } }