var fDesc=new Array(); fDesc[0] = "The ResizeXtra ActiveX control suite offers a range of powerful form functionality to give your forms more control using less coding. The powerful resizing tools put an end to writing resizing code. Adds intelligent resizing to your forms with no programming.
Intelligent resizing uses simple commands located in the Tag property of each control on your form to describe how that control resizes."; 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 = ''; } }