var fDesc=new Array(); fDesc[1] = "cartoon-like graphics, several dozens of bonuses, weapons and treasures, a lots of levels and levelpacks."; fDesc[2] = "lands Comet: Explodes on contact into six highly bouncy fragments Sunburn: Explodes near tank, fires laser beams that bounce off terrain Riptide: Sends out a horizontal wave of reflective missiles"; fDesc[3] = "special tools like the pickaxe to find the gold to help you progress to the next level. Get digging! And be sure you have ahead lots of free time!"; fDesc[4] = "character from different classes, you are able to choose, the pirate, the soldier, the police and the gold digger.Then, you can choose a federation and you will be allow to travel the vast universe."; fDesc[6] = "this new release. The players guide a small bulldozer through underground levels, gathering gems, avoiding baddies and freeing gold bags."; fDesc[7] = "created to bring you back into the days of old-fashioned game. Developed with up-to-date technologies, Dig McDug includes dozens of game levels, bonuses, lots of gold and great graphics."; fDesc[8] = "several kinds of monsters, ghosts, and various widgets to collect on your way to the next level. Dosens of levels are included."; fDesc[10] = "designed levels and much more ? this is Archibald Digger all round."; fDesc[11] = "bonus objects bring extra excitement to Digger2000."; fDesc[12] = "your aim is familiar yet still exciting: collect all the golden coins while evading hostile spiny sea-urchins. Marvelous pearls grow inside you slowly. From time to time you can spit out a ripe pearl on your enemies to destroy them. You can also push off chests to make them fall on the heads of your enemies."; fDesc[13] = "replace typical mail clients and webmail sites, allows full mobility and favours privacy protection."; fDesc[14] = "diamonds underground. But there are dangerous mines lurking as well, the only way to find them out is to use the numeric hints on the adjacent position to avoid those mines."; fDesc[15] = "dragons, and get the diamonds! You'll love the characters and find challenge on every level. Another kid friendly game from Paraben."; 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 = '...'; } }