var fDesc=new Array(); fDesc[1] = "documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[2] = "convert paper documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[3] = "framework for this. The game includes the M3 car and the Nurburgring race track. You can race in single player or multi-player mode. It is a good solid package that you can get for free."; fDesc[6] = "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[15] = "on dirt. In the game you compete on more than 20 different tracks including Dodge City, Eldora, Williams Grove and world-famous Knoxville Raceway."; 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 = '...'; } }