var fDesc=new Array(); fDesc[0] = "Tom And Jerry Bowling is an interesting sport game. A bowling game with your favorites Tom and Jerry. use your mouse to play this interesting bowling game.

Use your mouse to set your target and direction. Then select the desired power to bowl. And finally release the ball. How many strikes can you hit? Have fun 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 = ''; } }