var fDesc=new Array(); fDesc[0] = "Mini-Crafter is a sandbox game where you arrange the cubes in the cube world. With the help of several types of blocks you can build a small house, as well as some more unusual facilities. Configure your own world, create extraordinary buildings. There are endless resources, so your only limited by your imagination!"; 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 = ''; } }