var fDesc=new Array(); fDesc[0] = "This software makes possible the reading of texts through animation characters (agents) in four languages: english, spanish, italian and german. You can use it for your study of foreign languages or learning. Only english speech engines and other files are included in the programm package. You can download other speech engine from the web. The programm can read directly from clipboard. You can set the option that the programm greets you every time at windows start with some message. The software has a database with proverbs and tongue twisters for all four languages."; 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 = ''; } }