var fDesc=new Array(); fDesc[0] = "Welcome to the Bunny Bounce Reunion. Bunny Bounce Deluxe isn't just another game of "three of a kind"; it's a new and unique way of matching. The game contains over 70 levels and 3 game modes! Try beating the clock or simply play to relax. Meet the happy bunny clan with it's peculiar family members and collect them all in your photo album. Get ready for lots of carrot cake!"; 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 = ''; } }