var fDesc=new Array(); fDesc[0] = "The TTS Converter Plus allows you to make/convert/edit/burn/split/join the text to speech of Windows. With this software you can create the audio files of the text to speech with the 'Text To Speech' tool. You can convert the text to speech audio files to MP3/WMA/WAV/PCM/ACM/OGG/APE. Also, TTS Converter Plus 3.0 contains the ability to edit the TTS files on a graph, so you can cut and edit them - easily."; 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 = ''; } }