var fDesc=new Array(); fDesc[0] = "Flowcode is a development environment for electronic and electro-mechanical systems using Arduino, PIC, ARM, and other industrial interfaces. It provides a graphical programming IDE for developing complex systems quickly. Its data recorder and oscilloscope tools allows testing and debugging of your programs.

Flowcode's ability to simulate programs, as well as compatibility with 3D CAD packages such as Solidworks, allows easy development of electro-mechanical designs."; 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 = ''; } }