var fDesc=new Array(); fDesc[0] = "Resolution Changer SX2 allows you dynamically switch your screen resolution with an easy and accessible system tray utility, without the incessant hassle of windows and prompts. Resolution Changer SX2 makes switching between monitors and resolutions as simple as possible. With just a click, select one of the four customizable resolution presets, or use the expanded menu of more than 40 settings."; 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 = ''; } }