var fDesc=new Array(); fDesc[0] = "QuickLoader is a productive Windows interface to the EconoROM III, FlexROM II and FlexROM III emulators. New Features include a Project-oriented work flow with multiple file support. QuickLoader 4.0 provides an easy to navigate HEX/ASCII Editor window and Hardware Monitor for voltage display. This Version continues to provide "one-click" functionality for single and multiple file operation.
QuickLoader provides full file manipulation, "on the Fly" editing, Hardware Monitoring, Hardware control and "1-Click" conversion/downloads."; 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 = ''; } }