var fDesc=new Array(); fDesc[0] = "For IT Professionals working on computer screen all day can be very tiring and a punishment for eyes, but we don’t realize the damage to eyes until we start having headaches, irritated or dry eyes, blurred vision, slow refocusing from PC screen to objects which are far. EyeProtectorPro can protect your eyes, This software reminds you about taking breaks on regular intervals and more."; 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 = ''; } }