var fDesc=new Array(); fDesc[0] = "ComponentOne VSFlexGrid™ Pro makes customizing the display and presentation of dynamic data easier than ever! With a full range of features, you can quickly build flexible, robust front-ends for database applications. Customize the grid's display and presentation with a host of new ways to display, edit, format, organize, summarize, and print tabular data."; 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 = ''; } }