var fDesc=new Array(); fDesc[0] = "AT89LP ISP Studio is an intuitive PC interface for in-system programming (ISP) of Atmel AT89LP devices. It provides an intuitive interface for in-system programming that can be run from a personal computer. ISP Studio allows users to read/write/verify to the device’s program/data memory along with modifying the fuse bit configurations and lockbit status through the PC’s existing COM 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 = ''; } }