var fDesc=new Array(); fDesc[0] = "Wrods is a software tool designed as your own Typoglycemic text generator!

Typoglycemia is a humorous term describing the condition of being able to read text when the order of the letters in the words are jumbled except for the first and the last letters. Typoglycemia first hit the headlines when many emails were circulated claiming that the phenomenon had been discovered at Cambridge University."; 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 = ''; } }