var fDesc=new Array(); fDesc[0] = "Humax Toolbox is an easy to use software tool that brings together in a simple interface a upload tool, Humax, and a PCM editor. Humax Toolbox provides all the files that you need for your HUMAX box firmwares , settings ,PMCT tables , development tools , backgrounds , software and any product for your HUMAX decoder."; 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 = ''; } }