var fDesc=new Array(); fDesc[0] = "Prog51 is a PC host programming software that leverages more on the power of the host PC's processor and relieving more burden from the processor in the hardware programmer.
This allows compactness in the resulting firmware written for the hardware programmer.
Prog51 features a read-only hex code window to give the user a practical memory map once the target device has been programmed."; 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 = ''; } }