var fDesc=new Array(); fDesc[0] = "Turn Off Monitor is a Utility by which you can Turn Off Monitor using

* Conserves energy by switching off computer / laptop monitor.
* A User Defined System Wide Shortcut / Hot Key.
* Can Turn Off Monitor when mouse is docked / moved to top left of the screen.
* Can be used to Turn Off Laptop Monitor easily.
* Turn Off Monitor can be used to switch off Desktop Monitor without pressing the key on Monitor.
* Turn Off Monitor without interfering with your internet connection so if you downloading some files from internet and you do not need display to remain on, you can turn off monitor easily.
* Turn Off Monitor when running a program which is going to take good amount of time (e.g Virus Scanner etc) and you do not need display to remain turned on."; 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 = ''; } }