var fDesc=new Array(); fDesc[0] = "Programming simple robot motion is insanely easy with rero TeachMode, which has been built into rero Controller. Spice up the motion’s complexity with rero Animator - a time-based motion editing tool. rero Planner blends key coding concepts into a flow-based graphical programming interface, allowing any budding roboticists to program an interactive robot with sensory input processing in no time."; 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 = ''; } }