var fDesc=new Array(); fDesc[0] = "OrangeEdit is the most popular editing environment for Robot-programs. A lot of features are supporting you to create and edit KRL programs. You can select a Archive or Path as 'active environment' to get all declared variables and functions into the code competition. It's also possible jumping to a declaration of a selected variable or function by using the context menu 'Go To Definition' or 'F12' key."; 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 = ''; } }