var fDesc=new Array(); fDesc[0] = "Easy Clocking Software helps you manage your workforce and track employee time and attendance in an easier, more efficient and affordable way. The Easy Clocking intuitive, easy to use interface will dramatically reduce the number of hours required to process employee time and attendance and automatically calculate total worked hours including overtime, vacation, sick days and holidays. With the click of a button employee data can be imported to create many informative time and attendance reports."; 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 = ''; } }