var fDesc=new Array(); fDesc[0] = "With LEADTOOLS Medical Imaging you can develop powerful Medical Imaging applications with the help of development tools and components for Win Forms, Web Forms, WPF, C and C development.
The package also includes many broad and functionally specific demo projects with source code for C, Visual C (MFC), VB.NET and C#."; 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 = ''; } }