var fDesc=new Array(); fDesc[0] = "Monkey Trouble is an interesting puzzle game for free. Monkey popping fun is back with this sequel to the hit game Monkey Trouble! With over 25 levels of monkey-filled slidy match-3 action, 3 difficulties to suit all players, and lots of bonuses to collect, it is sure to put a cheeky monkey grin on your face! Use the mouse to drag rows and columns of monkeys. Group them by color to pop them and reveal the golden tiles! Launch rockets & squash bananas but watch out for the evil monkeys, coconuts and rocks!"; 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 = ''; } }