var fDesc=new Array();
fDesc[0] = "NetCharts Pro is the solution for Java developers to deliver dynamic, interactive charts and graphs within applications, web-browsers, or internet enabled devices.
Now, with NetCharts Pro v7.0, Java developers can create HTML5 compliant web applications today. With support for SVG included in Pro v7.0, users can deploy rich-client, chart enabled applications in HTML5 compliant browsers without the need for a third party plug-in. Plus, to support browsers that may not be HTML5 compliant, NetCharts Pro v7.0 can automatically translate SVG into Flash within the browser.";
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 = '';
}
}