var fDesc=new Array(); fDesc[0] = "Delphi provides a fast way to build Windows applications, but sometimes portable or strongly speed optimized code is needed, so that developers wish to migrate an application from Delphi to the C++ language. They might continue to develop their application with Delphi and translate the code repeatedly or might continue development with C++Builder or another tool. Migration to C++ was difficult until now, because of the high effort of the porting. This effort is reduced drastically with the automatic conversion program Delphi2Cpp."; 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 = ''; } }