var fDesc=new Array(); fDesc[0] = "This new episode consists of entirely new, 21st century custom crafted levels almost impossible to complete.
The Die Hard Levels came to fruition as a result of months and tons of man hours invested in researching and constructing the set that only a true Lode Runner master would be able to beat.
Some of the levels are about speed, some are about timing, some require you to exploit undocumented peculiarities of the game engine, the harder ones combine it all, and pretty much all of the levels give your brain an exercise as extreme as studying quantum physics while jogging on a mine field."; 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 = ''; } }