var fDesc=new Array(); fDesc[0] = "The RTCU IDE (Integrated Development Environment) is a very comprehensive development environment with all the features necessary to develop simple aswell as very advanced applications. Complete development environment. No need for other programs, all tasks are performed from within the RTCU-IDE Environment. Build-in Project Control, which handles all aspects of a project, like source code, jobs - and voice messages."; 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 = ''; } }