var fDesc=new Array();
fDesc[0] = "Loquendo TTS software brings you truly natural sounding voices able to read any kind of dynamic data and prompts in your server-based, multimedia, embedded and multimodal voice applications.
Loquendo is the very first company to bring expressive synthetic speech to the market: new, high-quality voices guarantee Loquendo's market leadership in quality, efficiency and portability as well as in pronunciation accuracy, natural timbre and intonation.
Loquendo is the only speech technology vendor that provides a complete product line guaranteeing the same wide range of high-quality voices and languages, and the same core engine for all these environments.";
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 = '';
}
}