var fDesc=new Array(); fDesc[0] = "TMS Smooth Controls is a set of smoothly animated VCL components for Delphi & C Builder with a consistent sophisticated visual appearance. Underlying technologies used are the Microsoft™ GDI API that has support for complex gradients, drawing with opacity and opacity gradients, PNG images with alpha transparency, picture & hatch fills and anti-aliasing. Various components also use a lightweight & fast HTML rendering engine for displaying text with HTML formatting capabilities such as specifying color, font, images, hyperlinks specifying. Both technologies are exposed via a class TGDIPFill that is internally reused in the components and that takes care of the drawing"; 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 = ''; } }