var fDesc=new Array(); fDesc[0] = "Click on your head and drag to select shot direction and power. Release to make your shot. You get one chance to replay each level before moving on. Sometimes it's better to stick with a low score on your first attempt at a level. You can bounce your head off the walls and ceiling. When you submit your score, the game will count your highest game score for that session, so don't be afraid to replay!"; 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 = ''; } }