var fDesc=new Array(); fDesc[0] = "Catch the colorful shapes that appear when the music plays! Yellow shapes give you a bonus and multiply your points, but watch out for the red ones! The more shapes you get, the closer you'll be to earning medals, winning achievements and unlocking new songs! Play original songs from such games as Ricochet, Build in Time, Airport Mania, The Great Tree and more, or import your own MP3 songs and play along with them! Turn music into a wildly exciting game experience with Music Catch!"; 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 = ''; } }