var fDesc=new Array(); fDesc[0] = "It protects your eyes while you are working on your computer.
Blue light filter
Filters out the harmful blue light emitted by the display and makes colors warm and easier on the eyes.
No flickering
Eliminates the invisible flickering of the display backlight, a cause of eye strain and headaches.
Break reminder
Reminds you to take breaks and provides advice on maintaining good health in front of the computer."; 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 = ''; } }