var fDesc=new Array(); fDesc[0] = "Challenge your mind with the ultimate word search game from My Game Company!

Word Play is easy to learn - just link letters together in a chain to form words! The challenge depends on which of the four game modes you decide to play: each mode features its own unique goals and special obstacles. You'll have to think quickly and play skillfully to master this deceptively simple-looking game!"; 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 = ''; } }