var fDesc=new Array(); fDesc[0] = "Converts CD audio (entire CD or selected tracks) to WAV, MP3, WMA, OGG, APE or FLAC audio files with one click of mouse. Just select CD or desired tracks right in Windows Explorer or "My computer" and right-click once to get audio in your favorite format. One-click CD Converter can also automatically load track titles from the internet(CDDB) and rename converted tracks with their real names(title, artist, album and etc.). You can set audio quality manually or use one of "quick presets"(Low, Normal, High) to save your time."; 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 = ''; } }