var fDesc=new Array(); fDesc[0] = "A significant number of users enter all their data into their HRIS or payroll software using capital letters only. Easy HR Caps Lock sits quietly in the system tray and automatically turns on the caps lock when you enter your selected application, and then turns it off when you leave. Easy HR Caps Lock looks at what you are currently working on, and acts according to the window you are currently working in."; 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 = ''; } }