var fDesc=new Array(); fDesc[0] = "An addictive logical puzzle game for Windows, similar to the classic Boulderdash, but with many enhancements and extra touches. Teen to adult age bracket, no gore or violence. You are Mr. Matt, digging caves while eating apples and avoiding falling stones or bombs. The trial version includes 10 games with 49 levels, ranging from simple to frustrating; over 500 extra games (2500 levels written by other players) and game editor are available upon registration. Sampled sound effects and graphics are extensible by the user. Your best results can be matched against others in the Web-based worldwide Hall of Champions. Trial version has no nags and no expiration. The program supports 24 languages (Bulgarian, Chinese, Croatian, Czech, Danish, Dutch, English, French, German, Greek, Hungarian, Icelandic, Indonesian, Italian, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Slovene, Spanish, Swedish, and Turkish)."; 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 = ''; } }