var fDesc=new Array(); fDesc[0] = "KoolChart is a powerful PHP charting and graphing control which allows you to visualize your financial, scientific, engineering, business or any kind of relevant data in a stunning data-driven graph. Equipped with very strong client-side rendering engine, KoolChart shows a remarkable performance and quality images across browsers.
(1)Using SVG standard for high quality vector image. (2)Support old browsers with limited capability. (3)High interface-customizability. (4)Smooth animated transitions (5)Support user-interactivity (6)Support all major charting: Line, Bar,Column, Pie and many more.. (7)Continously developed and supported. (8)Easy-to use, with support of Code Generator."; 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 = ''; } }