var fDesc=new Array(); fDesc[0] = "Icon Poet is a writing toy that lets you produce original texts by clicking on different word categories.
Icon Poet has been used in enlightened classrooms to help students learn their grammatical terms. It's also a great cure for writer's block.

But mainly, it's just a fun way to write. If you stay loose and work with its bizarre suggestions, you will soon be pulling poems and paragraphs out of thin air that you would never have written the conventional way"; 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 = ''; } }