var fDesc=new Array(); fDesc[0] = "Write Attack! is a timed-writing exercise tool. It's a writing motivational aid, a cure for writer's block and a creativity pressure cooker.
The program is simple : you choose a target word count and a time limit. Then you hit "Start" (or just start writing), and the clock starts ticking. Once the clock has started, copy/paste, drag-and-drop, and most unnervingly, saving your work are all disabled. All you can do is write."; 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 = ''; } }