var fDesc=new Array(); fDesc[0] = "EZ Punch Clock may look like other Bundy Softwares out there, but look at the features and you might find those options you have been wanting in other Bundy Softwares (or didn't know you needed).. EZ Punch Clock brings you the security you need in low cost Bundy Software products that is easy to use. Employees are given an ID for security reasons. Some bundy systems have their employees name listed which is prone to cheating. Barcoded ID can be used with EZ Punch Clock System for ease of use."; 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 = ''; } }