var fDesc=new Array(); fDesc[0] = "Stay in touch with the Minnesota Wild with the new toolbar. The user can check the Wild schedule, player statistics and fan message boards. It can also got the latest news right at the finger tips with a continuously updated News button. And be sure to check the Wild Links button for the newest Wild TV features and the message boards. See the latest videos and stay up-to-date with all of the Wild's social media as the Official Facebook and Twitter pages."; 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 = ''; } }