var fDesc=new Array(); fDesc[0] = "Everything you need in one easy, integrated program. AltaPoint combines billing, inventory, scheduling, reminders, clinical records, and many other features in one system.

Maine features:

-Appointment Wait List
-Schedule “favorites” saved per user
-Instant Messaging
-Insurance Claim Scrubbing with
-Pre-Insurance Reporting
-Custom Fields
-E-mail and E-Fax Documents and Reports
-Standards Compliance
-Practice Spotlight Tool
-Collection Module
-Compound Diagnosis Codes
-PDA Port
-Patient Merge
-Patient and Insurance Billing
-Medicare, HCFA, and UB92 claims
-Electronic claims processing
-Estimates and treatment plans
-Group appointment scheduling
-Custom statements with your own logo
-Custom letters, labels and postcards
-Patient reminders
-Inventory management
-Sales tax reporting
-Multi-level password security
-Convenient phone dialer
-Flexible aging and ledger formats
-Complete set of management reports
-Modifiable forms and database
-Finance charges and payment contracts
-Integrated report writer
-Charts and graphs
-Patient recall via letters, postcards and e-mail
-HIPAA management tools"; 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 = ''; } }