var fDesc=new Array(); fDesc[0] = "LabTool-T400 Turbo Flash Gang Programmer is for sockets PC-based Gang Programmer. It features for independent isolated modules, extremely high speed in writing flash memory chip. It supports 3.3V, 2.7V, 1.8V and 1.2V chip in both VCC and I/O without low voltage converter and handles 8/16/32 bit flash chip in different package through adapter modules, up to 128Gb flash can be support. The LabTool-T400 is an ideal programmer for customers in GSM, 3G Mobile, PDA, Internet router and others."; 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 = ''; } }