var fDesc=new Array(); fDesc[0] = "The LabTool-848XP is a gang programmer, which works through your PC's USB port or parallel port. It features 8 pcs fully isolated 48-pin ZIF sockets, extremely high throughput, standard 5V and 3V chip support, device insertion and continuity check. With PC-based design the device update through software gives customer more flexible and quick access to the new chip support. The LabTool-848XP supports EPROM, EEPROM, FLASH in the introduction. Future software update will include 87C5x, 89C5x , and PIC16Cxx microprocessor.
The LabTool-848XP has flexible design. If customer has special chips that not in our standard support list, we provide a special program that allow the LabTool-848XP become a customize special chip production gang programmer."; 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 = ''; } }