var fDesc=new Array(); fDesc[0] = "MP3Producer is a powerful full-featured CD ripper and MP3 encoder. Program works in several modes: CD to MP3, CD to WAV, CD to OGG, WAV to OGG, WAV to MP3, OGG to WAV. MP3Producer supports different formats of MP3 (MPEG1 and MPEG2) and all bitrates (8 - 320 bps, constant and variable). Using ID3v1/v2 Tag allows you to save song info (title of a song and album, name of artist, year etc.) in MP3 file. MP3Producer supports FreeDB (CDDB) which helps you to find information about the CD you are interested in on the Internet. With the help of "Extract segment" function you can play and copy to WAV/MP3/OGG file any part of the CD indifferently either a single track, several tracks together or a part of the track. Explicit marks of Track List items help you to find out the situation about the current process at first sight. Handly multilanguage nice-looking interface makes your work with MP3Producer enjoyable and easy."; 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 = ''; } }