var fDesc=new Array(); fDesc[0] = "AmiChart is a friendly, powerful, easy to use tool for creating animated column, line and pie graphs. A simple setup wizard means you'll be displaying your data in dynamic, eye-catching ways in minutes.Features:
Show any type of data on a website in an interesting way.
Display company reports - bring boring, ordinary data to life keep people awake in your presentations!
Spruce up your PowerPoint presentations with AmiChart. AmiChart charts can be embedded into PowerPoint presentations quickly and easily.
Convey your next big idea in a compelling, convincing, high impact way with some AmiCharts."; 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 = ''; } }