var fDesc=new Array(); fDesc[1] = ", there is a lot more than LEGO-created characters and environments to it. This game divides the three Indiana Jones movies into 6 chapters each, so it is like playing through the movies all over again."; fDesc[3] = "this program to increase their skill and add to their enjoyment of chess. There are loads of hints and help such as a last move marker, display of the opening name from the Encyclopaedia of Chess Openings, narration about the position of both players, information for beginners, glossary of chess terms and tactics, tip of the day and more. Change the playing strength to suit yourself, set up the board to any layout, play a specific opening by name, choose different styles of time limits, add comments to specific moves, replicate the board to set up variations with one mouse click, use the new analyse mode to do a comprehensive search of a position, and more. Play chess by email, print board layouts and move listings, load and save games in the internationally recognised EPD, FEN and PGN formats, publish games to HTML, BMP and JPEG formats, copy and paste games to and from other chess..."; fDesc[4] = "allows you to protect your personal images from unauthorized use by marking them with protective watermarks."; fDesc[5] = "Documents on paper are scanned and converted into text with its highly accurate OCR capabilities, while electronic files are opened and transformed into readable text on the fly. Once converted, OpenBook’s high-quality synthetic speech will read it aloud for you."; fDesc[6] = "the floodwater gets too high. Play takes place on a board eight by eight squares in size, complete with 32 pairs of animals. It is your task to match up the pairs of animals; match a pair and they are removed from the board."; fDesc[9] = "scaled Ark and also learn and be amazed at the creatures and their realistic sounds and animations. Download the free shareware version today!"; 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 = '...'; } }