var fDesc=new Array(); fDesc[0] = "If the person who threw a water bottle at Justin Bieber is your hero, this game is for you. Justin is on stage, performing one of his syrupy sweet pop songs, just begging to be pelted with drinks and snacks. Throw water bottles, soda cans, and bags of chips at him to earn points. The more hits you get, the higher your score. Hit him as many times as you can before security stops you, but look out, Justin’s dance moves get faster, so you’ll need a quick arm to keep up. Play against your friends to see who can score the most hits before time runs out. Don’t worry, no matter how many times you hit him, he still loves you."; 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 = ''; } }