var fDesc=new Array(); fDesc[0] = "Fruit Lockers Reborn! is a match three game for Windows users. You will swap colored lockers to open them up and reveal the fruit inside. Then, you'll swap and collect the fruit. As you progress you'll encounter new fruit and helpful tools. Also, you will unlock and earn powerful bonus items like the hammer, bubble, bomb and fruit blaster."; 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 = ''; } }