var fDesc=new Array(); fDesc[0] = "Easy Display Manager is a program that displays the changed setting on the screen when a setting is changed by pressing the shortcut keys, and enables changing the display modes. Easy Display manager has three primary functions: To display information related to the function keys, to set up hotkeys that control various features such as rotation and resolution, and to adjust the brightness using the function keys. For these features to work, Easy Display Manager must be installed and running."; 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 = ''; } }