var fDesc=new Array(); fDesc[0] = "Total Audio Converter is a most powerful MP3 converter. Use it to easily convert WAV, OGG, WMA, APE, FLAC, MP4, AAC, MPC to MP3. It can convert MP3 files to other formats as well. You may convert your music both via user interface or command line. Create an mp3 collection out of your physical CD's. A powerful CD ripper inside Total Audio Converter to convert CDA to MP3! TAC can also convert audio from YouTube videos (imagine YouTube to MP3 conversion in 1 click!)."; 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 = ''; } }