var fDesc=new Array(); fDesc[0] = "Goodisc CD DVD Burner is a powerful music/video burning tool for disc creation and backup.

Main features:
- Burn data CD/DVD to archive your important data.
- Create DVD-video from your movie collection to play on DVD player.
- Burn audio CD to play on CD player or enjoy on car trips.
- Rip music CD tracks to your computer to transfer to the portable devices.
- Create and burn ISO image for disc burning and distribution.
- Create bootable disk for your PC in case of emergency.
- Erase discs to remove the data permanently."; 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 = ''; } }