var fDesc=new Array(); fDesc[0] = "Sofonica MP3 Ripper and Converter can copy songs from Audio CD to the computer in MP3 and Wave format. It comes with a powerful Audio and Video converter. The songs/videos can be converted to various other formats like MP3,AVI, WAV, WMV, MPEG, FLV, MKV, RM, 3GP, 3GPP2, MOV, ipod and etc. While converting, the quality of audio is retained. The application is very easy to operate. When the disc is inserted, it automatically reads the contents. To copy the songs, just select the tracks that are to be extracted and click on "Rip CD". The selected songs from Audio CD will be copied. The best of all is that it is free."; 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 = ''; } }