var fDesc=new Array(); fDesc[0] = "Megunolink is a user interface and development tool for Arduino and other microcontrollers. You can plot data sent from your Arduino in real time, design a custom user interface to control your Arduino, trigger measurements, have your Arduino send measurements to a table for a quick overview, capture all data sent by your Arduino into a file with option data / time stamp, and more."; 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 = ''; } }