var fDesc=new Array(); fDesc[0] = "The sequel to Lenny Walkabout. You guide Lenny and Donga in their epic quest to save the human race from the evil Sluggees!
Time to shred up the mountain! Complete missions and pull off huge air and radical tricks to unlock all the cool boards and levels."; 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 = ''; } }