var fDesc=new Array(); fDesc[0] = "The collection contains many useful ActiveX for developer, each with help and information how to use. This collection includes the VB6 examples code. These ActiveX for developers are: ACL-Edit that allows you to change the Users Access Control List of the files, CryptX allows you to encode and decode strings, DriveInfo allows you to retrieve local disk information's. There are much more of these, with all the information."; 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 = ''; } }