var fDesc=new Array(); fDesc[0] = "General Options 1) Automatically Turn off the Monitor when user lock down their system (Win +L) 2) Automatically Turn off the Monitor with screen saver starts. (Click check box to activate) 3) Automatically Turn off the Monitor when system is in Inactive mode. (Set Time to activate) Advance Features Auto Sleep/hibernate, standby, shutdown your computer on a daily or weekly basis. Daily basis:- For example, let"; 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 = ''; } }