var fDesc=new Array(); fDesc[0] = "The Canadian Payroll Software makes calculating your payroll simple and efficient. The system allows up to 99 clients to be active with a complete Canadian Payroll system for each. It provides full record locking, which prohibits two users from changing or updating the same file at the same time"; 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 = ''; } }