var fDesc=new Array(); fDesc[0] = ""Turn off display" is a free tool to turn off your monitor screen. Well obviously you can use the power button of your monitor. But, this tool is for those monitors that do not have power button like those of laptops. Those who have monitors with power button, you don't always have to follow the traditional method. You can always try new ways like Turn off display.

With "Turn off display" you can turn off your monitor in a single click. Wait! there is more. It doesn't just turns off your display it also locks your computer when your display is turned off."; 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 = ''; } }