var fDesc=new Array();
fDesc[0] = "LabTool-48UXP is an intelligent universal programmer.
Main features:
- USB or parallel port interface with auto-switch power
- Support 5V and 3.3V low voltage devices, 1.8V chip support through low voltage adapter.
- Less then 2 seconds per Mbit Programming speed for high density flash chip.
- No adapter required for DIL chip up to 48-pin
- 48-pin universal pin driver and current limit
- Auto-sense/ Self programming with statistical report
- Device insertion /continuity check
- Universal adapter for 44-pin PLCC/ QFP/ TQFP/PSOP and 40/48 TSOP
- Automatic EPROM/ Flash ID search
- Serialization for Memory/μP chip
- Memory buffer H / L byte swap
- Project file save / load function
- User-selectable verify Vcc with one or two-pass verify voltage
- Automatic file format detection and conversion
- User-changeable programming parameters.";
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 = '';
}
}