var fDesc=new Array(); fDesc[0] = "SoftIntegration Graphical Library (SIGL) is a cross-platform C graphical library. It provides the simplest possible solution for two- and three-dimensional graphical plotting within the framework of C/C for rapid application development and deployment. SIGL is for applications where the convenience of use, speed, performance, and cost matter. SIGL can save you from significant development and maintenance cost. With SIGL, you can design and deploy your engineering and science applications with visualization across different platforms."; 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 = ''; } }