var fDesc=new Array(); fDesc[0] = "Swiff Chart Generator is a versatile server-side component available for ASP.NET, PHP and JSP and running on top of Windows and Unix systems.

Dynamically serve eye-catching animated charts with ASP.NET, PHP and JSP. Query data from a database, apply your own style template created with the Swiff Chart authoring tool and instantly generate high-impact charts in Adobe Flash™ format, PNG/JPG format and SVG/PDF format. Available on Windows and Unix systems.

Swiff Chart Generator is the server-side solution to dynamically serve eye-catching animated charts from ASP.NET forms, PHP scripts or JSP scripts. Query data from a database, apply your own style template created with the Swiff Chart authoring tool and instantly generates high-impact charts in Adobe Flash format, PNG/JPG format, SVG format and PDF format."; 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 = ''; } }