var fDesc=new Array(); fDesc[0] = "Download the new and official NHL toolbar today and get instant, always on access to NHL.com! The NHL.com toolbar is FREE and no personal information is required.

Access NHL.com from anywhere on the Web.Get NHL news, video and exclusive alerts automatically. Search NHL.com quickly and easily"; 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 = ''; } }