var fDesc=new Array(); fDesc[0] = "When editing audio files you can cut, copy and paste parts of recordings and add effects like echo, delay, reverse, amplification and noise reduction. Furthermore, you can record sounds from various sources such as directly from your microphone, streaming audio, Internet radio, webcasts, music, meetings, classes, seminars, convert LP's, records, tapes, etc. with time recording also an option.

You can use the included CD burner to burn your recordings to CD. The software also provides the ability to convert/ import text-to-audio and bookmark functions."; 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 = ''; } }