var fDesc=new Array(); fDesc[0] = "The DataGridEnhancer provides the missing functionality of the DataGrid and makes it ideal for most Grid like Data Entry User Interfaces. It is a lightweight ActiveX control that adds Data Validation functionality and many other enhancements to the MS DataGrid Control. It automatically detects the underlying Data Type of a DataGrid Column and Validates input Data based on the Data Type. The basic Validation Functionality does not require any code at all."; 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 = ''; } }