var fDesc=new Array(); fDesc[0] = "In a world filled with monster guards, menacing bats, crushing boulders, blazing lava and a labyrinth of caves…An ant with a funny name emerges, energized, and ready to combat the latest elements. Yes. Doulber is here.

He has tricky targets to tackle, secret levels to uncover, diamonds to unearth. And… stimulating, cool puzzles to crack. Though, he simply can’t do it alone. That’s right. There’s only one person who can team up with this formidable insect to make all the fun happen - You!"; 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 = ''; } }