var fDesc=new Array(); fDesc[0] = "All Star Skate Park is a challenging skill game for free. The goal for you is to maximize your score points with your exquisite skating skill. In the game, you can hold on the spacebar to gain the speed and release it to launch out the ramp. To gain more points, use your arrow keys to perform various tricks. A surprise will be generated if you successfully press a combination of arrow keys at the right time and under the right circumstance. Control the time of pressing correctly otherwise you will fall down from the skateboard."; 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 = ''; } }