var fDesc=new Array(); fDesc[0] = "Extreme Sample Converter is a multifunctional audio software, browser, player, and program editor with advanced conversion between different sample formats.
Main Features:
Auto loop.
Fx Vst Rack
Hardware Converter
Dual View
External Audio Editor
X-Fade Perfect Looping
Patch to Patch Conversions
Audio File to Audio File Conversions
Patch to Audio File Conversions
Disc Import
Professional Loop Editor
VSTi Converter
Real-Time Auditioning
Quick Editor
Virtual Image Support
Conversions between different formats
Browser and Viewer
Sound Files Browser
File Searching"; 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 = ''; } }