var fDesc=new Array(); fDesc[0] = "The Carbide.c IDE is designed from the ground up for developers creating Symbian C software for Symbian devices. It provides features for project creation, building and packaging software, and undertaking emulator and on-device debugging — all the key tasks for creating Symbian C software. Through extension plug-ins features for querying API information, investigating project dependencies, performing static code analysis, and investigating project performance among other can be added as required."; 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 = ''; } }