var fDesc=new Array(); fDesc[0] = "WordQ's word prediction and spoken feedback offers writing support that is invisible by design. Within minutes of getting started, you can prevent, find and fix your own mistakes. There's no criticism and no pressure, so writing can actually be enjoyable.

The act of writing requires a vast number of competencies. There's so much going on that one or more obstacles can slow everything down, or stop it completely. WordQ offers you the support you need only when you need it, instead of distracting you with features and functions you aren't using.

Our users include students from primary school to college, CEOs of major corporations, journalists and many more. How they use it is completely personal to their needs. Fortunately, WordQ is flexible enough to adapt to those needs. Beginning writers listen to and then select words from a limited vocabulary list to help them write simple sentences. Proficient writers, with an advanced vocabulary/spelling ability, bring the word prediction box up only when it is needed. In addition every writer can use the "readback" feature to listen to and edit their writing, whether it is a three line recount or a 3000 word essay. Finally, WordQ reads most digital text including web pages, PDFs and Word documents, making access to text simple and direct."; 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 = ''; } }