var fDesc=new Array(); fDesc[0] = "Fully multi-user and multi-threaded. Can be used on any network with a Windows, Novell or Linux Fileserver.
Manage all details of the Body Corporate (Building) complete with Chairman and Trustees. Manage all the details of the Owners complete with Levies, Special Levies, Additional Levies, ACB's, Participation Quota, memos, etc. Manage Investments and Loans by Body Corporate."; 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 = ''; } }