var fDesc=new Array(); fDesc[0] = "TEA Crossword Helper is puzzle & word games software developed by Crossword Man.
TEA is a crossword puzzle solver with over a million words and phrases. It finds crossword answers; solves anagram clues; helps with other word games such as Scrabble and Countdown. Letter variables help solve cryptograms and find words with unusual properties such as palindromes; punctuation matching finds phrases and hyphenated words. The integrated dictionary and thesaurus includes over 190,000 definitions and 130,000 citations."; 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 = ''; } }