var fDesc=new Array(); fDesc[0] = "Swiff Chart lets you create Eye Catching Animated Charts in Adobe Flash™ format. Paste your data from a speadsheet or import a formatted text file, choose a predefined Chart Style, adjust parameters and instantly export your animated Chart as a Adobe Flash™ movie.

Specifically designed to address the very needs of professional users, Swiff Chart Professional Edition includes a complete built-in annotation system to produce/enhance/highlight advanced charts.

Specifically designed to address the very needs of professional users, Swiff Chart Professional Edition includes a complete built-in annotation system to produce/enhance/highlight advanced charts.

In order to maximize productivity, data series can be imported from a Microsoft Excel WorkSheet. The produced chart can then be directly exported into a Microsoft PowerPoint Slide or Presentation."; 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 = ''; } }