var fDesc=new Array(); fDesc[0] = "SCGrid is a full-featured ActiveX grid control. It has ActiveX Data Objects support, Outlook-style grouping, a built-in splitter, resizable rows and columns, button-click functionality, and check-boxes. It also has the ability to CellOver and CellOut events, to edit cells with a drop-down list, and to attach bitmaps to cells. In addition, fixed cells are given negative numbers so that unfixed cells always start with 0.Some new features that have been added are Adjustsizerow, Adjustsizecol, Autosizerows, Textmarginleft, Textmarginright, Custom control, and shift/control keys to select multiple rows/columns."; 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 = ''; } }