var fDesc=new Array(); fDesc[0] = "You’ll need to watch closely and move those fingers fast to hit the falling objects in time to the music as they pass over the TVs. This colorful, graffiti-themed rhythm game has three levels so grown-ups and those that practice can go up a level to keep it challenging for the whole family. Download the Lite version for a free track to get started."; 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 = ''; } }