var fDesc=new Array(); fDesc[0] = "With VoiceTranslator you will be able to practice translation between two languages in a natural and comfortable way. Just say any sentence and get back the written and/or spoken translation in the language of your choice.
VoiceTranslator uses the Microsoft Speech Recognition engine freely offered with Windows XP and Vista. Performance and accuracy was vastly improved in Vista version.
VoiceTranslator makes use of 3 popular translation web services (Google, Babelfish and FreeTranslation).
Moreover, for offline use, VoiceTranslator also includes support for local dictionary text files, that are mainly intended for isolated words, idiomatic expressions, and short sentences."; 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 = ''; } }