var fDesc=new Array(); fDesc[0] = "LingvoSoft Talking Text Translator 2013 English Russian for Windows is a translator that delivers fast, accurate and readable complete texts from any source. It allows you to manage complex translation tasks and consistently understandable translations of longer texts and speaks its translations aloud using the latest TTS (text-to-speech) voice synthesis."; 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 = ''; } }