var fDesc=new Array(); fDesc[0] = "Relate Accounts Production is designed to improve the speed and efficiency of producing management and final accounts.
Relate will always ensure that you produce statutory compliant accounts. Our compliance officer's job is to keep you up-to-date with current and future legislative and best practice requirements.
Import accounts data to save time or post a closing trial balance journal. Answer the compliance database questions and produce your house style accounts in seconds.
Produce audit working papers directly from the trial balance without any rekeying of information. A full audit pack is available.
Maintain bookkeeping/vat records and produce management/statutory periodic and year end accounts for your clients."; 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 = ''; } }