var fDesc=new Array(); fDesc[0] = "Digital Audio Editor is a multifunctional audio editor and recorder designed to perform various operations with audio files. The program supports all current audio formats, ranging from Uncompressed WAV (PCM) to VOX (Dialogic ADPCM). With Digital Audio Editor, you can record your own music, save it in any of the supported formats or convert it from one format to another, record audio files from a microphone or any other available input device, change the waveform display of an audio file by using Zoom in, Zoom out, Zoom to left, Zoom to right etc. buttons, apply various effects (Inver, Reverse, Normalize, Chorus, Delay, Flanger etc.) and different filters (Notch Filter, Band Pass Filter, High Pass Filter, Low Pass Filter, etc.) to any selected part of an audio track. Moreover, one of the advantages of this audio editor is the ability to edit audio files visually (Cut, Copy, Delete Selection, etc.). You can even mix two tracks together and then listen to the result. And if you don’t like it, you can always press Undo button and get the original version of the audio file. But the disappointing thing about this edit feature is that you have no opportunity to save your edited audio files in the trial version, only in the registered one! Beside this, when you just open the program, you might be perplexed and even shocked by the amount of buttons placed in two rows so close to each other that you can be dazzled for a second. In addition, all these options are hidden in the inlays on top of the program, so there is no point in repeating them. Anyway, when you get accustomed to the interface, you would find it easy-to-use. The program also gives you the opportunity to burn audio files to a CD, post them on the Internet or send them via e-mail."; 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 = ''; } }