var fDesc=new Array(); fDesc[1] = "create interactive, flash-based quizzes and assessments easily. Although the application is a bit confusing to novice users, it becomes very handy with due practice."; fDesc[2] = "questions. The answers need not to be correct, but must coincide with a list obtained through a survey taken from a hundred people. The questions are about things you will find in your daily life."; fDesc[3] = "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[4] = "for all four of the IELTS sub-tests, which are: Listening, Reading, Writing, and Speaking. IELTS is an acronym for International English Language Testing System, and is an English test."; fDesc[5] = "to guess the most popular answers the people gave to a certain question. While this new edition doesn’t have much of a change, it still offers the good things. You can try this game for 60 minutes before you buy the licensed version."; fDesc[7] = "people who answer the same, the amount of points you get. If you get no points on an answer, or run out of time before typing the answer, or click the No Answer button, you get a strike. When you get 3 strikes, the game is over for you."; fDesc[8] = "HTML page. You can create quizzes with multiple answers, telling the program which of them can be right, or make question to be answered by true or false. You can also include questions with an open answer, indicated in a text box."; fDesc[9] = "gives you the chance of winning lots of money! With nice graphics and animations, this fun and educational game is suitable for all family members."; fDesc[10] = "technologies. You can either take this lesson on-line from the MSDN web page or you can download it to your computer. At the end of each section there’s a test to help you know if the concepts are understood. It doesn’t require any prior knowledge."; fDesc[11] = "over the top of another, but only if both have the same color or number and are in the same row or column. The game ends when there is no chance of a valid move. It is really complex and requires an acute observation sense and concentration"; fDesc[12] = ", phone numbers, addresses, etc. This simple yet innovative program will let you create questions and answers, and after a period, it will ask you to answer these questions correctly."; fDesc[13] = "multiplayer game, so if you like you can play it with family and friends. The basic idea of the show is that you have to guess what were the most popular answers people gave to a certain question."; fDesc[14] = "Windows. Handy + Easy. Use as tutor, too."; fDesc[15] = ", save the file, and then test yourself until you learn all of the answers!"; 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 = '...'; } }