var fDesc=new Array(); fDesc[0] = "Guess will search through 144,397 words in the English language in order to find all of the matches quickly. Thousands of words can be matched in under a second. All searches are case insensitive as well.
Guess makes solving crossword puzzles or hangman easy. Need a 7 letter word that starts with S and ends in N? Your search is as simple as s.....n"; 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 = ''; } }