var fDesc=new Array(); fDesc[0] = "Zerynth Studio is a powerful IDE for embedded programming in Python that enables the IoT. Advanced code editor with integrated debugging console and serial port monitor, integrated compiler, device management and uplinker, git integration and private remote repositories.

On-line tutorials, code examples, docs and board pinmaps, powerful integrated command line toolchain for integration and automation."; 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 = ''; } }