var fDesc=new Array(); fDesc[0] = "The program includes Text-To-Speech support (Microsoft SAPI4), that will allow you to program spoken comments, such as song and artist presentations, of already played songs as well as songs coming up. The synthesized voices, that can be mixed from several languages, can also give time and date in a natural fashion, tell jokes or any other custom message.

You can mix songs, jingles, ads, id's and spoken comments etc in many fashions, that you customize yourself to your own liking."; 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 = ''; } }