var fDesc=new Array(); fDesc[0] = "Do you like Minecraft? Then this game is for you. Fascinating like Arkanoid, and will consume even the most demanding gamer. Upbeat music, colorful effects and of course the bonuses, sooooooo many bonuses! Online table that will allow you to share your high scores with friends and unique levels are features. Go through the forests and swamps, show your skills in the forest and Cave of Pokhara. Prove that you have the quickest reflexes!"; 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 = ''; } }