var fDesc=new Array(); fDesc[0] = "If you love arcade games you will enjoy Dig McDug! It’s the ideal game for players craving for traditional and classic fun since it has been 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. The aim of the game is to collect as many valuable objects and gems (emeralds, gold and dollars) as possible without getting caught by evil monsters. You can also leave aside sacks of gold to eat bonuses, for example Cherry, which enables you to turn on the ‘berserk mode’ and allows you to eat monsters. The only thing that you have to bear in mind is that Cherry pops up just once per game round... You can try the free version of Dig McDug but it is better to download the fullest one because, once you have registered it, it will reward you with more excellent themes including new environments and 60 extra cool levels to keep on digging!
So hurry up! Do not think it over! Start digging for fun!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }