var fDesc=new Array(); fDesc[0] = "CD to WAV Ripper is a simple tool that allows you to extract the audio CD tracks to the WAV audio formats. This tool is also capable to download the track info from CDDB.CD to WAV Ripper also has a very simple and easy-to-use interface.6 out of 10Limitations:- 30 days trialLater note: this tool is no longer available for download/purchase.
A very simple tool that rips audio CDs to the WAV audio format. No advanced settings are available."; 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 = ''; } }