var fDesc=new Array(); fDesc[0] = "In a world where software manufacturers race to fill your screen with hundreds “features” that you will never use, Fast Edit is a refreshing break from the norm. Fast Edit gives you the features you really need, in an uncluttered, straightforward layout. Fast Edit is so intuitive that a novice can quickly pick it up, yet so powerful that it can meet the needs of a professional. If you're looking to get real work done fast, especially in broadcast production where every second counts, Fast Edit is for you.

Fast Edit works with mono or stereo WAV files, and runs with any Windows-compatible sound card."; 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 = ''; } }