var fDesc=new Array(); fDesc[0] = "CD Copy Master is a useful CD copy utility. With the program, you can copy all kinds of CD disc, and the copied CD would be all the same with original one; you can also use CD Copy Master to copy audio tracks from CD on your hard disk; rip audio tracks from a CD and save them to your hard drive in various audio formats, like MP3, WMA, OGG and other; create custom audio CD from MP3 , WAV, OGG and WMA files; and erase rewritable discs.
CD Copy Master supports both audio CD and data CD. It is the best choice to backup CD disc!"; 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 = ''; } }