var fDesc=new Array(); fDesc[0] = "VBGold ActiveResize Control V.2.0 (VB5) is a fully-automatic VB form resizer control that automatically detects the screen resolution on the user machine (at run-time) and will automatically resize and reposition your VB (Visual Basic) application forms so that they look exactly that same, on the user machine, as they look on the development machine, using the exact aspect ratio of the form in proportion to the screen dimensions."; 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 = ''; } }