var fDesc=new Array(); fDesc[0] = "Screen Resolution Manager is simple, yet much needed computer utility that allows each user to set preferred screen resolution. Each time a user logs in, screen resolution, color gamma, brightness and contrast preferences automatically get set to the user-determined values. It means the people with bad eye-sight won't have to deal with high resolution when the icons are so small on the monitor they can't be easily seen. Instead, the resolution will be set lower and people with bad eye-sight will see large icons on their Screen. The program is also perfect for families, since the majority of games run in 640x480 and while most people love to keep their desktop at 1600x1200. If you cannot agree with your co-workers about screen brightness, Screen Resolution Manager will help too!"; 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 = ''; } }