var fDesc=new Array(); fDesc[0] = "Tiny Tumblers is a fast paced action game for you to play with your friends on your computer. Choose the theme that suits you, pick out a level pattern and get your shooting finger ready for some jumpin' and lead' pumpin'.
There are five Tumblers ready to serve you, so just hook up some gamepads and get the party started."; 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 = ''; } }