var fDesc=new Array(); fDesc[0] = "ComboListBoxControls is a collection of combo and list box ActiveX controls. The ComboBox control wraps the ComboBox window class, the DriveComboBox and ImageComboBox controls wrap the ComboBoxEx32 window class and the ListBox control wraps the ListBox window class.
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 = ''; } }