var fDesc=new Array(); fDesc[0] = "Humax Turbo Suite 2.3 Eye Of Horus is developed by Humax Turbo Team. It contains the HTT Humax Patch checker (HPC) fix for ToH3.4_HoT9.4 changes, HTT Humax 5400Z To Plus Converter (ZPC) for ToH3.4_HoT9.4 changes. The Live Update for firmwaredatabase include downloading the lastest available ToH-HoT Patch.
HTT Pref Editor can be used with a patch and does not contain preferences module.
Include TPS.bin in Add Files To Patch.
Humax Turbo Suite use Import Option in PMCTool, HTT Turbo Scan and Fix analyze raw files which have extra bytes. Also can Open/Add .csv and .raw files.
Verify firmwaredatabase and Tux/HZU/HTT signature, Killer MOD 2 and Files CRC from firmwaredatabase ."; 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 = ''; } }