var fDesc=new Array(); fDesc[0] = "EasyC PRO is a revolutionary jump in drag-and-drop programming with full C text editor and the ability to program FRC and Vex Controllers.
EasyC PRO also has increased sensor use and enhanced online window for thorough feedback.
You also get improved variable control, seamless code movement, switch/case blocks and multiple line comments."; 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 = ''; } }