var fDesc=new Array(); fDesc[0] = "Very Funny Foosball is an interesting foosball game for free. The goal is to score the most number of goals out of nine balls. Press and hold up to two of the keys listed below and move the mouse or press the arrow keys to control the rows of players. Use your keyboard to select the rows of players and move the mouse to control the selected rows. You can also use the left mouse button to kick the ball."; 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 = ''; } }