var fDesc=new Array(); fDesc[0] = "Let your creative linguistic skills loose. In four different word puzzles you will create words and tackle other fun character twists. A dance lasts four rounds in this game. In round 1 you must rearrange the given letters to form a complete word. Swing over to round 2 and it will let you form a variety of words from a set of given letters, create as many or as few as you wish! Kick it up a notch, in round three you will look for the correct word to fit a letter pattern. And in the final round, the tune picks up, complete as many words as possible starting with three given letters."; 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 = ''; } }