var fDesc=new Array(); fDesc[0] = "EditControls is a collection of edit control-like ActiveX controls. The HotKeyBox control wraps the msctls_hotkey32 window class, the IPAddressBox control wraps the SysIPAddress32 window class, the TextBox control wraps the Edit window class and the UpDownTextBox control combines the Edit and msctls_updown32 window classes.
The controls are optimized for Visual Basic 6.0, but should also work in any other environment that supports COM controls."; 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 = ''; } }