var fDesc=new Array(); fDesc[0] = "A sequel to Episode I: Dig The Past, more intense and mind-racking at times. The game’s vile creatures have no mercy for the mole, which is digging through dark and dangerous caves, still looking for diamonds at your command. The times have changed, new levels, new pack of diamonds to collect and the same fascination do not come for free. You need to challenge it to enjoy."; 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 = ''; } }