var fDesc=new Array(); fDesc[0] = "II_WorkLog is the Attendance recorder for small companies with computer workstations. No need to buy a punch clock or to use paper, calculator or spreadsheet programs.II_ WorkLog displays an actual clock, in- and out time, estimated out time, target time, total account. Offers the possibility to correct the time account. Windows taskbar Integration. Customize IN and OUT wave-files. Comes with a complete setup, uninstall feature and product documentation as Windows HTML help file."; 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 = ''; } }