var fDesc=new Array(); fDesc[0] = "With SoftTime you can schedule and track abscences, optionally "buy back" vacation time, it supports an employee log in and leave requisition function, seasonal tracking and analysis, and it´s available in SQL and helps you to go "paperless." So simple and intuitive to use is SoftTime Diamond Edition that we constantly hear from satisfied customers that that "we never even read the manual, we just installed it, took a look and were off and running.""; 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 = ''; } }