var fDesc=new Array(); fDesc[0] = "UBS Lawyer Client's Account is specially designed to keep tracks of Trust Accounts activities mainly but not restricted only to legal firms. Such system helps ensure movement of client's monies placed with a trustee account fulfilled the audit requirement as well as for better management. Adoption of such system also enable clients trust account being managed separately from trustee's own office accounts hence ensure better accountability of the client monies at any point of time. UBS Lawyer Client's Account can be integrated with UBS Accounting and UBS Billing and Disbursement System."; 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 = ''; } }