var fDesc=new Array(); fDesc[0] = "Multichannel WAV File Batch Processor is a converter for the multichannel WAV files recorded by the Fireface UFX. It allows you to combine and split those multichannel interleaved files into single or dual channel files. The content of consecutive files is automatically combined into a single file. The program can also perform multiple conversions of different recordings. Once all the single tasks are set up the software will process them one after the other automatically."; 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 = ''; } }