var fDesc=new Array(); fDesc[0] = "ReSize is a.NET component (invisible at runtime) that gives your applications resolution independence. ReSize alters the sizes, font sizes and positions of controls on Windows Forms as they are sized. Applications can run at 800x600 on one computer and 1280x1024 on another yet still look good on both machines. Controls remain proportional in size to the forms that contain them."; 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 = ''; } }