var fDesc=new Array(); fDesc[0] = "SimpleChart is ideal for charting your database contents. Just query your database and populate SimpleChart with your data. This versatile chart component covers pie charts, 100% stacked bar charts, horizontal line charts, and lots more. If you want charts quickly, just let SimpleChart choose the coloring scheme for your data. On the other hand, you can configure just about every aspect of the chart component's appearance using just a bit of extra code."; 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 = ''; } }