var fDesc=new Array(); fDesc[0] = "ModelMaker C# Edition is specifically designed for generating native C# code. The C# 1 - C# 4 .NET framework syntax is fully supported. This program has full reverse engineering capabilities and import existing C# code. including generics and nested types. Delphi and Visual Studio IDE Integration experts take care of synchronizing ModelMaker and the Delphi and or Visual Studio IDE editors. You can use this program for the whole field of program development real-time, technical and database type applications."; 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 = ''; } }