var fDesc=new Array(); fDesc[0] = "WriteClick is a powerful application that encourages writers to think critically about their writing, then review, edit, and revise effectively — anywhere they write.

WriteClick encourages the writing process, calls out potential errors for consideration, and offers suggestions for improvement. WriteClick is suitable for everyone, including native and non-native speakers. It is the most versatile and powerful program of its kind.

WriteClick catches more errors than any other program, including the most popular word processing programs. But, more importantly, it is a catalyst for learning. So much better than a grammar checker, WriteClick helps its users become critical thinkers and thoughtful writers in their academic writing and beyond."; 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 = ''; } }