var fDesc=new Array(); fDesc[0] = "A CLI Encoder uses external compressors (not native to dBpoweramp) to handle compression, using a CLI encoder requires intermediate to advanced computer skills. There are two ways to use the CLI Encoder, the first and simplest is to point to an encoder (executable) and specify a command line. The other way is to dynamically create an options page (with option buttons, drop lists), the command line is automatically constructed depending upon options selected."; 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 = ''; } }