var fDesc=new Array(); fDesc[0] = "Blast Miner, the explosive puzzle-action game from newcomer Cryptic Sea and winner of the IGF GameTap Indie Award, is a beautiful yet harrowing two-headed beast. Erupting with originality, Blast dances a delicate line between the traditional game-play of Tetris and an atomic rush of its own design. Unfortunately, at times the dance might well be performed by a tutu-wearing elephant: Blast's pervasively awkward control sported by its Action mode is likely to detonate your temper and threaten to send your keyboard rocketing through your monitor."; 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 = ''; } }