var fDesc=new Array(); fDesc[0] = "Work Examiner Professional Console provides complete control over all components of Work Examiner Professional system. Work Examiner Professional helps you to conduct qualitative analysis of working time usage and to find staff productivity points of growth. With the help of this useful application, every middle manager will be able to know exactly how working hours of his subordinates are spent."; 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 = ''; } }