var fDesc=new Array(); fDesc[0] = "GraPL is a professional charting engine which produces high-quality graphs, ideal for publication in journals and magazines, inclusion in other documents or deployment on the Internet in the VML or SVG vector formats as well as conventional images. By simplifying the process of making standard charts (barcharts, pie charts, timeseries ...), GraPL makes it easy to create more specialised graphs which combine the basic types in any way you choose."; 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 = ''; } }