var fDesc=new Array(); fDesc[0] = "SpeechStart+™ is an application from PCByVoice that takes Dragon to a new level of hands-free integration with Windows 10, Windows 8, Windows 7.

Features include: Hands-free integration with the Windows 8 Metro interface. Open up a new world hands-free with Dragon and Windows 8 Metro/app rich graphic technologies. New levels of hands-free support with Windows Vista, 7 and 8 integrating interchangeable Show Numbers, Show Flags, Show Circles and Show Taskbar technologies"; 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 = ''; } }