var fDesc=new Array(); fDesc[0] = "Classlesoft Text to Mp3 converter enables you to easily convert your text files to audio MP3 files. You can batch convert more than one text files. You can adjust the volume, speed and pitch of the recording voice. You can also use spoken audio files as background sounds on your web site, in presentations or in personalized e-mails."; 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 = ''; } }