var fDesc=new Array(); fDesc[0] = "SDR Free CDA to MP3 Converter allows you to copy CDA files from the disc to your hard drive. By loading your audio CD in your PC, you can select all audio tracks and rip them right to your hard drive. All you have to do next is sync your songs with your digital media player, iPod, etc. There is no quality loss from the CD to the MP3."; 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 = ''; } }