var fDesc=new Array(); fDesc[0] = "Pro VCL Extensions Library is a freeware component library for Borland Delphi 1, 2, 3, 4, 5, 6, 7 & 9 (2005) and Borland C Builder 1, 3, 4, 5 & 6. Pro VCL Extensions Library includes 28 native VCL components, component and property editors, many useful procedures and functions and complete source code for all components and all
component and property editors."; 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 = ''; } }