var fDesc=new Array(); fDesc[0] = "Join in the fun with Strike. Bowling and enjoy a completely new and wacky way to bowl. Choose a cool 3D character and one of the 4 modes of play: Open Bowling, Tournament Mode, Player versus Player, and Player versus Computer. Then pick a location among the many zany themed bowling alleys, including a graveyard, a western town, a jungle and more. Plus, the traditional 3-click bowling allows for wicked curves and precise control. Shooting in a straight line is old, you need to learn the fancy tricks to max out your game."; 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 = ''; } }