var fDesc=new Array(); fDesc[1] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter)."; fDesc[2] = ", 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[3] = "picking items from different locations, following a list provided by the game. You have to look the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. You can try the game for 60 minutes before buying."; fDesc[4] = "interface is really easy to use and intuitive, offering many customizable toolbars, sound effects, and useful hotkeys. It includes all standard text formatting features including spell check and auto-correction."; fDesc[5] = ", and then in another one, to swap its positions and form words. You can play in Action (timed) or Puzzle (untimed) mode."; 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] = "orphaned at a young age and taken in by her godfather. She has never known her family but all of a sudden she receives a mysterious letter, with a strange piece of broken stone inside. The oddest thing about it is that the letter was dated from 10 years ago."; fDesc[8] = "visually appealing resume in a few minutes. The user friendly interface of the software is very helpful in building your own custom resume quickly and effortlessly."; fDesc[9] = "to the left of it. To mark each found word, you need to click its first letter on the game board and then drag the displayed oval over the word to the last letter. The program contains three types of games – quest, sprint and relaxing games."; fDesc[10] = "unique features to help experienced typists type even faster. New features for Teachers/Schools."; fDesc[11] = "lesson has five parts: Letters, Writing, Reading, Listening, and Multichoice. We can learn the language at our own pace. There is no hassle, no timer, and we can even select which letters we prefer to learn first."; fDesc[12] = "CD-ROMs obsolete, copy the contents of the CD-ROM to your Hard Drive and run the CD from there."; fDesc[13] = "students in Japan. This application is divided into fourteen lessons and each lesson displays five parts, each of which dealing with one of the following aspects: Letters, Writing, Reading, Listening, and Multichoice."; fDesc[14] = "using Business Letter Professional´s templates. The program includes more than 1500 typical business letter templates. You can use them as a guide for writing your own letters, just filling the blanks with the appropriate information."; fDesc[15] = "order to form words from letters that game provides you. Be fast and show your word abilities, type or click letter to form big and smart words."; 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 = '...'; } }