var fDesc=new Array(); fDesc[0] = "DTE Axiom’s fast, reliable timekeeping technology will meet the needs of everyone in your organization.
There is no need to give up performance and security in exchange for mobility. DTE Axiom is accessible from anywhere in the world via laptop, mobile device, network, or even a flash drive. There are no traditional license fees or maintenance charges; just one low monthly active timekeeper cost. Industry standard encryption keeps your firm and client data safe and secure."; 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 = ''; } }