var fDesc=new Array(); fDesc[1] = "cartoon-like graphics, several dozens of bonuses, weapons and treasures, a lots of levels and levelpacks."; fDesc[2] = "different mazes. You´ll have to dig your way through the dirt, taking special care with falling rocks. If they hit you, you lose a life. You control the character with the cursor movement keys. But you can customize the controls as you wish, or use a joystick."; fDesc[3] = "brave prospector digs through caves collecting diamonds, while avoiding falling rocks and dangerous creatures of various types. Whether you have played the original game or not, you will definitely enjoy Boulder Dash by ZX Games. Besides the high quality the following deserve to be mentioned: Exact copies of the original levels Enhanced graphics Variable game speed Quick save and load Window and full-screen modes"; fDesc[11] = "designed levels and much more ? this is Archibald Digger all round."; fDesc[12] = "time is done. Find your way in the caves, avoid falling rocks and enemy creatures!"; fDesc[13] = "Featuring 50 levels divided into 5 amazing worlds . Will you be strong enough to discover the hidden world ?"; fDesc[14] = "custards, rabbits, and expanding green peas in this unique Boulderdash-type game. A cave editor is included so you can make your own caves."; fDesc[15] = "sounds, new monsters and objects, interesting maps and a lot of new ideas and findings."; 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 = '...'; } }