var fDesc=new Array(); fDesc[0] = "A low-fat, NOT in-your-face tool to help www developers check to see how their web pages look on screen resolutions of 640x480, 800x600, and 1024x768. Major Features: Controls the window size of Internet Explorer (3,4)AND Netscape Navigator (2,3,4). Provides accurate sizing of browser as would be when viewed full-screen at selected resolutions. Provides the ability to control browsers whileminimized in the system tray. Quick hide/show to/from system tray on tray icon double-click. Remembers last window position and selected browser on exit."; 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 = ''; } }