var fDesc=new Array(); fDesc[0] = "Megawin 8051 ISP-ICP Programmer is a free-to-use circuit programmer. ISP is the acronym of In-System Programming, and ICP is the acronym of In-Circuit Programming. Both these two programming methods make it possible that a user can update the application code under the software control without removing the mounted MCU chip from the actual end product."; 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 = ''; } }