var fDesc=new Array(); fDesc[0] = "Fast, easy-to-use, configurable, and affordable audio CD ripping and batch conversion tool that provides complete FreeDB/FreeDB2 support, options to automatically name output files from FreeDB data (configurable) and save FreeDB data to audio file tags, optional creation of output folder using FreeDB album and artist info, error correction, block and buffer size control, ripping speed and jitter mode settings, convenient playback of audio tracks, option to maintain folder structure for conversion output, automatically transfer audio tags, and much more. Supported output formats include WAV, MP3, WMA, OGG, ADPCM, A-LAW, u-LAW, DSP, GSM, MP2, and VOX. The comprehensive range of supported output formats makes the software very flexible, and provides a complete solution for users to convert to most any audio format desired with ease."; 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 = ''; } }