var fDesc=new Array(); fDesc[0] = "ProEssentials is accepted as the leading charting software development tool for engineering, manufacturing, financial, and handling larger data-sets due to ProEssentials' superior speed, quantity of features, and attention to rendering and end-user detail. The Standard and Lite versions have all the features and interfaces as our Pro version. All versions include WinForm, WebForm, ActiveX, VCL, and DLL interfaces. All versions include 1000 plus properties, methods, and events. The only difference between the Standard and Lite is the quantity of data points and annotations that can be rendered."; 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 = ''; } }