var fDesc=new Array(); fDesc[0] = "The Toughest Survive is a Starball free action game with more advanced features never shown before.

Exclusively in The Toughest Survive version of starball the ball you bounce off to blast those bricks has some astonishing features. If you manage to collect the right bonuses you will soon get the double laser machinegun to blast those brick yourself. Moreover a special kind of bonus will turn the ball into acidic weapon, melting down all the brick it touches as if they were not even there."; 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 = ''; } }