var fDesc=new Array(); fDesc[0] = "ProEssentials is a combination of five components delivering you over 1000 features for each of following interfaces: .NET, ASP.NET, ActiveX, DLL, and VCL. This product is much like a subscription and delivers the latest ActiveX, .NET (Windows Forms), ASP.NET (Web Forms), DLL, and VCL interfaces, new releases, updates, and improvements, and phone, email and online support for practically as long as you need it.


ProEssentials is always well-accepted by engineers, scientists, and executives. Zoom the 2D contours and rotate the 3D surfaces, 3D wireframes, and 3D scatters."; 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 = ''; } }