var fDesc=new Array(); fDesc[0] = "Join a loveable polar bear in a winter wonderland of Arctic fun. Send Polar Bowler tubing through snowflakes and stalagmites. Align his inner tube with the arrows on each icy lane and watch him plunge headfirst into pins. Use your mouse to steer him into spares and strikes, and catch special power-ups along the way. As you bowl with the bear down seven whimsical lanes, your high scores unlock his Arctic friends."; 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 = ''; } }