var fDesc=new Array(); fDesc[0] = "Virtual Print Engine Professional Edition is developed since 1993, is stable, extremely fast and offers a clean and well-thought-out API. Due to the intuitive conception, the usage of VPE is straightaway, and you are able to create your first reports within minutes.
Using Virtual Print Engine Professional Edition, software developers do call functions in their programs to create reports and documents, by placing objects - like text, rich text (RTF), images, lines, 1D and 2D barcodes, charts, etc."; 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 = ''; } }