var fDesc=new Array(); fDesc[0] = "Play the the scrambled word game in your PC now. The letters of a word is scrambled. You will have to un-scramble the letters given to form meaningful words.
The traditional word scramble game with thousands of puzzles and two game modes. You can race against time and find the words quickly or take your own time to find all words."; 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 = ''; } }