var fDesc=new Array(); fDesc[0] = "Give your applications resolution independence. ReSize alters the sizes, font sizes, and positions of controls on Visual Basic forms as they are sized, without requiring you to write any code, simply place ReSize on the form. It can even handle controls that are nested inside other container controls.
ReSize allows you to specify a minimum form size (both height and width), insuring that the controls on your form will always be visible."; 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 = ''; } }