var fDesc=new Array(); fDesc[0] = "VividSwitcher is designed as a handy tool for fast switching between different resolutions and gamma presets. We often work at a fixed resolution, but sometimes we need a lower or a higher resolution just for a while, then the problem comes - All desktop icons are re-arranged automatically. VividSwitcher is designed for fast, temporarily and frequently switching resolutions and gammas. It can change a resolution without re-arranging desktop icons, and assign different gamma presets for every window."; 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 = ''; } }