var fDesc=new Array(); fDesc[0] = "wPDF, is a powerful pdf maker which has been available since July 2001, has been specially optimized for greater compatibility with most drawing commands commonly found in Windows applications. Unlike many competing products it deals not only with "Canvas" methods, but also with GDI API calls which require a device handle as parameter (Canvas.Handle). wPDF is Delphi PDF VCL which can be also used with C Builder (or Turbo C )."; 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 = ''; } }