var fDesc=new Array(); fDesc[0] = "Orange C Compiler is a program that includes an optimizing compiler, a tool chain and an IDE. The program offers you a colorizing editor with code completion, integrated make facility, debugger and a WIN32 resource editor. The tool chain is highly generic and it exists the possibility to customize it for embedded platforms using various linker customization files along with backend code generation programs."; 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 = ''; } }