var fDesc=new Array(); fDesc[0] = "The melabs Programmer is a software that can help you to connect to a PC USB port.
The melabs Programmer can program most PIC® microcontrollers (MCUs) either in-circuit or in an optional ZIF, surface-mount or PLCC adapter. It will not program the base-line PIC16C5x parts or the high-end PIC17C4x parts. The melabs EPIC™ Programmer connects to a native parallel printer port"; 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 = ''; } }