var fDesc=new Array(); fDesc[0] = "Iris is software for eye protection, health, and productivity. The 2 most popular features of Iris are: You can decrease the amount of blue light emitted from the screen and control the brightness without PWM flicker.

There are several different modes and several different types of Iris. These are basically some preset values that many people use. Aside from this you can customize Iris a lot."; 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 = ''; } }