var fDesc=new Array(); fDesc[0] = "Use Mr. Incredible's strength to bowl over Syndrome's henchman. Run as fast as you can to keep Dash from getting captured by the velocipods. Use Violet's powers to avoid getting caught in a sticky situation.
Help Mrs. Incredible transform into a boat and surf her way to safety. Plus, there are lots of other games and activities featuring Frozone and the entire Incredibles Family so get ready to be Incredible."; 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 = ''; } }