var fDesc=new Array(); fDesc[0] = "PayClock is a major advancement, completely designed in-house to enhance the reliability, performance and ease of use with our PayClock terminals.
The PayClock software utilizes a sleek user interface that allows you to get more out of the functions you use most. The interface provides centralized navigation to all parts and functions within the software."; 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 = ''; } }