var fDesc=new Array(); fDesc[0] = "Teroid Data Filter is a .NET Windows Forms control that allows users to specify filtering criteria in applications using an ADO .NET DataView or BindingSource as a data source. It can be used on a form containing data-bound controls or a DataGridView, or on a separate dialog box.

After the DataView or BindingSource properties are set, a row is added to the control for each column in the underlying data source, each containing controls allowing the user to set the criteria condition (=, >, LIKE etc) and a criteria value."; 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 = ''; } }