var fDesc=new Array(); fDesc[0] = "You can easily switch between screen modes with this free solution for changing screen resolution, define a hot key for each pre-defined screen, and customize your favorite screen modes to show up in the tray menu. You can even change resolution when having no access to the system settings, switch screens directly from the menu or by using hot-key combinations. Quickly change resolution for your presentation to fit nicer on projectors, test applications and web sites in specific screen sizes and much more.

This product is compatible with Windows 98/Millennium/NT/2000/XP/Vista and 7."; 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 = ''; } }