var fDesc=new Array(); fDesc[0] = "Beaned Game is an interesting action game for free. Aliens have landed at leaky lake! Lazlo, Raj&Clam must protect Camp Kidney from the space invaders the only way they know how: with dodgeballs. Beaned is a dodge ball type game. Protect your camp from aliens by winning a game of dodgeball. Use the mouse to throw the ball and the space bar to jump. Come on and good luck!"; 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 = ''; } }