var fDesc=new Array(); fDesc[0] = "The visual multifunction digital audio editing software for Windows allows you to record, edit, encode and master nearly any form of digital audio! Record audio data from various inputs like microphone, vinyl records and other input lines on a sound card. Basically, it can capture everything you hear and digitize them!

Cut, join, trim, mix, delete parts, split with Sound Editor Deluxe. Use Timeline for maximum precision. Use specially designed filters to remove irritating sounds like roaring, hissing, crackling, etc. Select between 20 built-in effects and filters including delay, flange, chorus, reverb, and more. Mix audio and blend several audio tracks."; 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 = ''; } }