var fDesc=new Array(); fDesc[0] = "LingvoSoft Travelers Suite English-Turkish for Windows is a unique combination of useful applications that make traveling easier than ever before. Designed for beginner and intermediate level language skills, they require no previous knowledge of a foreign language and feature a unique combination of advanced talking Dictionary, talking Picture Dictionary, talking travel PhraseBook. A fully integrated system, the program combines authentic native-speaker voice narration with TTS (text-to-speech) voice synthesis and the world's most advanced speech recognition to assist you in all commonly encountered situations."; 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 = ''; } }