var fDesc=new Array(); fDesc[0] = "Sayvoice Text to Speech for windows is software, which can convert your text documents to Wave and MP3 audio files, so you can listen to your documents on a regular or car stereo, CD, MP3 player, or Pocket PC, or integrate spoken audio content into your product presentations. Sayvoice is also an online translating tool which allows you to provide your customers with speedy, multilingual translations in seconds. With a simple click, a non-English speaker can view articles in their own language. We provide more than 20 voices in the package."; 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 = ''; } }