var fDesc=new Array(); fDesc[1] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!"; fDesc[2] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting."; fDesc[3] = "or find an infinitive from a conjugated form. Verbe show you the negative, interrogative form of conjugations and let you change the gender."; fDesc[4] = "you on a magic adventure with a mission: lift an evil spell, fight wicked mages and save a kingdom from their threatens. The game has really nice graphics, well accompanied by suspense music."; fDesc[5] = "next level. Combines multiple game worlds and levels,with tense nerve-wrecking addictive gameplay,to produce a unique gaming experience."; fDesc[7] = ", it may let you be tense or relax and it won't let you have a tedious time anyway. Free to play and download."; fDesc[8] = "provides users with a virtual library with which they can store their collection of PocketBibles, Books, and other bible study materials. This plug-in is part of that collection."; fDesc[9] = "language and click the \"Conjugate\" button and you will see the complete conjugation. It is available for Windows and Macintosh."; fDesc[10] = "nasty creatures from invading your land. To do so, you have to place defense towers strategically. It is an original game with a tense and thrilling gameplay."; fDesc[11] = "Young, a Scottish 19th century publisher with a deep knowledge of anicent languages. His intention with this version of the Scriptures was to produce a strictly literal translation based on the original Hebrew and Greek texts."; fDesc[12] = "first steps of the present tense regular verbs, up to and including the irregular subjunctive verbs. If you are a beginner, the Verb Tutor has a wide selection of one-click SINGLE Verb Tests (common verbs in present tense). As your needs grow you then have the one-click MULTI Verb Tests which include groups of verbs in all the tenses (eg. All regular present tense verbs with ER endings) All the common verbs are included (haber, hacer, comer, ir, ver, dar, estar, ser, decir, traer, saber, tener, venir, volver) As well as over 150 more. In total over 25,000 verb conjugations to tutor, test and train you in perfecting your Spanish. As you become more advanced you will be able to set your own test and tackle specific issues you have (eg. All irregular verbs in all the past tenses in the third person, or irregular subjunctive verbs in the vosotros person) Whatever your level, and whatever..."; 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 = '...'; } }