var fDesc=new Array(); fDesc[0] = "gmStudio enables an agile Tool-Assisted Rewrite Methodology that accelerates the migration process and saves time without sacrificing quality or control. As a migration development platform, gmStudio helps you verify, improve, and customize your translations so that they fit the unique requirements of your source code and .NET development standards. gmStudio handles systems of inter-dependent components as well as stand-alone applications.

Four types of migrations are supported: VB Classic to C#.NET, VB Classic to VB.NET, ASP Classic to ASP.NET (web application projects with C#.NET code behind), and ASP Classic to ASP.NET (web application projects with VB.NET code behind). VS2010, VS2012 and VS2013 project formats are supported, as well as choice of .NET framework version."; 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 = ''; } }