var fDesc=new Array(); fDesc[0] = "MYOB Intranet is a powerful content management system for managing all your practice documents and templates. With all your key practice tools, news and templates in one place imagine the time your team will save hunting down those frequently – and not so frequently – used documents.

MYOB Intranet allows you to manage, maintain and store standard and master templates like spreadsheets, HR policies, reports, checklists and workpapers. So you can be sure your team are using consistent and accurate documents. You can use your own practice templates or those in services like MYOB Accountants Precedents for even more flexibility."; 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 = ''; } }