var fDesc=new Array(); fDesc[0] = "Adjust Laptop Brightness is a tuning utility to change screen brightness on laptop, notebook, netbook, and ultrabook. It helps you to save your battery and your eyes as well as the back light of your monitor.

If you find your desktop, screen, or monitor too bright, you can make it lighter; if you find your display device too dim, you can make it brighter by changing the brightness level slider in the application window of this utility.

The application window can be minimized as an icon in the notification area of the taskbar (system tray) that indicates the current brightness level of the main display. Notification area icon also shows current brightness in a tool tip.

Brightness can be changed by clicking the icon and drag the slider knob shown on the fly.

It is a good idea to set the proper brightness value before you can work with office documents, read electronic books, surf the internet, watch movies, and play video games, etc.

Adjust Laptop Brightness allows you to keep your eyes in optimum condition and have a good time while working on your PC."; 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 = ''; } }