var fDesc=new Array(); fDesc[0] = "C++ to Java Converter is a Windows program that accurately converts C++ code to Java. The program supports all versions of C/C++ code: C, C++, C++11, C++14, C++17, and C++/CLI. It features numerous conversion and formatting options, custom replacement of library functions to instance or static methods, conversion of function pointer typedefs to Java functional interfaces, and more."; 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 = ''; } }