var fDesc=new Array(); fDesc[0] = "Robolab uses an icon-based, diagram building environment to write programs that control the RCX. Robolab features an extensive set of image processing tools that can be used for teaching the fundamentals of image processing. Robolab has progressive programming phases that allow the programming level to match the student’s knowledge and skills. This version of Robolab is an add-on for LabVIEW for Education(Previously LabVIEW Education Edition) or LabVIEW for LEGO Mindstorms. A version of either is required to install and run this."; 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 = ''; } }