var fDesc=new Array(); fDesc[0] = "AZBoxEdit is a channel editor for azbox Elite and Premium HD models of receivers.
This software tool allows you to Test IP Connection and Test Username/Pass after you set the parameters,the command prompt is predefined and there is no need to edit it and much more"; 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 = ''; } }