var fDesc=new Array(); fDesc[0] = "PHYTEC 8- and 16-bit System on Modules are delivered with the special "FlashTools" utility, enabling download of user code in machine-readable format via serial interface to Flash memory populating our SOMs. This convenient means of in-system programming (ISP) forgoes the need to use dedicated programming devices to download user code to Flash memory."; 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 = ''; } }