var fDesc=new Array(); fDesc[0] = "Awave Audio is a professional yet easy to use audio file format batch converter. A simple 3-step interface for quick and easy conversions - handle a thousand files as easily as one! File size is limited only by disk space and the design limits of the file formats. Converts anything from low-rate speech up to 24/96 multi-channel audio and beyond. Several optional dithering techniques are available that improves the perceived sound quality when decreasing the sample bit-depth. Optional audio processing using VST or DX plug-ins as well as several built in 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 = ''; } }