var fDesc=new Array(); fDesc[0] = "CountryCombo is an ActiveX control to be used on Windows forms in order to select country from provided list. List is based on ISO specification, contains a country code, country name and icon for country flag. Control is build on Microsoft Visual Basic 6.0 and can be used in Microsoft Visual Basic and Microsoft Access applications (forms). Control can be used as a custom edit control in most grid controls, for example Janus GrigEx.
Control ProgID is apCountryComboLib.CountryCombo, control can be inserted into form in design mode as any other ActiveX control."; 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 = ''; } }