var fDesc=new Array(); fDesc[0] = "Find That Word! is a wordsearch game that is guaranteed to provide endless hours of entertainment for the whole family. Have you ever wanted to create your own word search? Now you can with an easy-to-use word search maker.

Main features:

-Each time you play a game, the words are in a different spot. You never tire of playing the same word list!
-Fun and easy to use
-Create your own wordsearches
-Comes with ready-to-play wordsearches
-Print out your wordsearches
-Challenge each other for points"; 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 = ''; } }