var fDesc=new Array(); fDesc[0] = "Tell Dragon what you want your computer to do, and Dragon will execute the task: "Open Microsoft Word," "Set font size to 18," or "Minimize all windows." You can even use voice commands to edit and format your text, search the web or send email.
Dragon NaturallySpeaking is a speech recognition application.
Dragon NaturallySpeaking has been designed to turn your talk into text faster and more accurately."; 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 = ''; } }