var fDesc=new Array(); fDesc[0] = "River Past Audio CD Ripper helps you to copy your audio CD (CD-DA) to audio files in your computer.

Record to MP3 or WMA for your portable audio players, or share it on the internet. Record to WAV or AVI so you can use it in your favorite video editing programs.

Listen to your music anywhere. No need to bring the bulky CD player. The portable MP3 players are smaller and hold more songs. Make it the background music in your own home movie."; 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 = ''; } }