var fDesc=new Array(); fDesc[0] = "Use the Virtual Robotics Toolkit to simulate LEGO Mindstorms EV3/NXT robots in a variety of worlds. With the Toolkit, you can build and program your robot using the exact same tools you would use on the real thing — code you write for your simulated robot will also run in real-life."; 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 = ''; } }