var fDesc=new Array(); fDesc[0] = "Find with TextTwist 2 Unlimited the word that uses all of the letters as fast as you can in Lightning mode, complete a crossword puzzle using a limited number of letters in Crossword mode, or try the new daily challenge in Word of the Day mode featuring a new group of letters every day! For classic twisting fun try your hand at the original Timed and Untimed modes."; 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 = ''; } }