var fDesc=new Array(); fDesc[0] = "ShComboBox.Net Control is a Windows-Explorer-like drive-selection combobox which shows all the drives, folders and optionally files in a cascaded manner. It mimics all aspects of the Windows-Explorer combobox from displaytexts, icons, overlayicons, virtual folders and AutoComplete and much more. Additionally 2-line integration with FolderView and FileView controls instantly brings complete Windows Explorer functionality to your app. The new version offers a substantial improvement in speed and efficiency and offers vastly improved support for a variety of IDEs and tools including complete support for Visual Studio 2005/.Net 2.0. The new version brings plenty of new features and functionality, new properties, methods and events and some bugfixes."; 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 = ''; } }