var fDesc=new Array(); fDesc[0] = "InfoPower Studio is the most popular and useful component suite for building database front-ends for Delphi and C Builder. InfoPower Studio seamlessly integrates sorting, filtering, and grouping directly into the grid through drop-down menus in the grid titles. The end-user can also add and remove columns on the fly. Exporting to XML is also now supported. Gestures are also integrated into both InfoPower and 1stClass."; 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 = ''; } }