var fDesc=new Array(); fDesc[0] = "The newest way to play America's Favorite Word Game! Play at your own pace in order to improve your SCRABBLE skills or challenge yourself to see if you have what it takes to be the next SCRABBLE Champion.You'll compete in a nationwide tour and challenge other virtual leagues in a quest to become the SCRABBLE Grand Champion."; 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 = ''; } }