var fDesc=new Array(); fDesc[0] = "Welcome to an absorbing world of cells. Control your cell, grow it bigger and absorb hostile cells. Domination over other cells is the only goal of your micro-journey in this colorfull world! In the puzzle game Big Bubble you are in control of a cell and it is your task to grow it until it is big enough to absorb the hostile cells."; 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 = ''; } }