var fDesc=new Array(); fDesc[0] = "Fornux C++ Superset is a source-to-source compiler that injects an innovative deterministic memory manager into existing C/C++ code thus making the resulting application crash proof and free from any memory leaks implicitly. The resulting application remains real-time and works on all embedded platforms. The targeted industries are: cyber-security, stock market, aerospace, aeronautic, telecommunication and gaming."; 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 = ''; } }