var fDesc=new Array(); fDesc[0] = "Moops Combos of Joy is a puzzle game in which your goal is to set the highest score testing your skills on shooting at the different shaped Moops. In this unique and original physics game, 40 levels, tons of shapes and many exciting power ups await you to test your skills in the world of the Moops.

You can aim and shoot with the mouse, and shoot power-ups to collect them."; 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 = ''; } }