var fDesc=new Array(); fDesc[0] = "Fruit Lockers Reborn! 2 is a 2-layer match-three puzzle game. You swap colored lockers to open them and reveal the fruit inside. After that, you swap and collect the fruit. As you progress you'll encounter new fruit and helpful tools like the Hammer, Bubble, Bomb, Fruit Blaster, Shuffle, Magic Key, Broom and Bug Spray. This game comes with 105 levels, various bonus items, etc. You can choose between Timed and Relaxed modes as per your convenience."; 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 = ''; } }