var fDesc=new Array(); fDesc[0] = "GrammarKit Win64 Developer Edition includes ActiveX, CDLL, Java, and .NET Framework component library formats to support all your programming languages and provides sample projects for popular IDEs—such as the latest Visual Studio 2010 from Microsoft.

Shift your applications into high gear with speech recognition grammars. Context-free grammar recognition enables your applications to capture data very efficiently. Grammars also enable your applications to assert domain constraints to elevate data capture accuracy automatically.

Now you can easily generate, compile, and persist speech recognition grammars within your applications using GrammarKit 3 from Chant. This new component library simplifies the process of managing grammars declared with IBM SRCL (IBM ViaVoice), Microsoft SAPI 4 Grammar Text File, Microsoft SAPI 5 XML Grammar, or Nuance BNF (VoCon 3200) grammar syntax to use with your favorite speech recognizer."; 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 = ''; } }