var fDesc=new Array(); fDesc[0] = "Winter comes to the world of the Ninjas, the New Year is fast approaching. But real Ninjas don’t relax, even during holidays! A new kind of game, but common rules apply: Cut the fruit while dodging bombs which obstruct the path and can take points away if you’re not careful! Compete with other players in the online table of records and prove that you're the best!"; 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 = ''; } }