var fDesc=new Array(); fDesc[0] = "RippMe is a software that grabs digital audio from cd‘s. It copies the audio digitally which let you make perfect copies of the originals.
· a nice and easy understandable user interface
· access to freedb
· gets covers from Amazon
· easy tagging (ID3v1 und v2)
· inserts covers into the mp3 file
· two configurations (music and speech)
· support for audiobooks
· runs from usb device
· requieres .net-framework 2.0"; 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 = ''; } }