var fDesc=new Array(); fDesc[0] = "THESAURUS TANGLE is similar to our popular Topic Tangle game.
In this quick thinking word game you're trying to discover the synonyms for the keywords before your time runs out. As the keyword appears you race against the clock to unscramble the synonym by dragging the letters into their proper slots. With thousands of synonyms and hundreds of keywords Thesaurus Tangle is a test of your lexical prowess, expertise, ability, mastery, talent and deftness."; 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 = ''; } }