var fDesc=new Array(); fDesc[0] = "MultiRes works very much like a 32-bit version of the venerable Microsoft QuickRes 16-bit applet for Windows 95, with administrative scripting facilities and extended capabilities to handle ClearType, refresh rates and multiple monitors. Supported resolution and refresh rates are accessible from the command-line or from a simple menu that pops up from the system tray. An optional timed confirmation prompt – enabled by default in the program About box – ensures that any changes you make can be reversed safely, without fuss. While MultiRes - unlike EnTech’s PowerStrip - does not allow you to define new display settings, it does give you quick and easy access to the ones the driver makes available – in a simple, compact and conservative package."; 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 = ''; } }