var fDesc=new Array(); fDesc[0] = "Condo Manager is the complete solution to manage an unlimited number of associations.

Features:


- Fully integrated accrual accounting and management software for HOA and condominium associations
- Manage an unlimited number of units and associations
- Complete owner, tenant, vendor, unit and association profiles
- Invoice common charges automatically with one click of the mouse
- Collect owners’ payments fast with a check scanner, lockbox processing and ACH (electronic) payments
- Print deposit slips directly from Condo Manager with no others needed
- Easy bank reconciliation (unlimited number of bank accounts)
- Integrated word processor with automatic owner data merging and over 40 already built-in letter templates
- Email or print owners’ statement with owners’ preferences
- Easily customize your financial statements with a WISIWIG (What You See Is What You Get) interface
- Hypertext links in all screens enabling you to navigate among them like you do on the Web
- Full history of communication for each account including letters, emails and phone"; 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 = ''; } }