var fDesc=new Array(); fDesc[0] = "Main features:

- Fully customizable randomized text to meet your individual practice needs.
- Detailed or general daily S.O.A.P. notes
- Narrative Reports which can be based on past notes or created independently
- Visit counters for monitoring managed care treatment programs and reevaluations
- Xray Reports
- Templates for quick entry of information regarding common problems such as acute lower back pain, sinusitis, or allergies
- Documentation of discussions with attorneys, insurance companies, and other physicians
-Interfaces for Diversified, Gonstead, Cox, Activator, CBP, Thompson, SOT, and other techniques
- Work and School excuses
- Easy tracking of home care instructions and referrals to other professionals
-Lab Reports
- Acupuncture and nutritional modules
- AMA impairment ratings
-Documentation and monitoring of missed appointments
-Integrated spell-checking module
-Graphing of standard pain scales (including 0-10, VAS, Oswestry, NDI, and Roland-Morris scales)
- Embedded reports module for scanning in patient photos, x-rays or outside reports.
- Quick entry of your charges for use by your front desk or for the creation of walkout fee slips
- Links to many popular office management systems including HandyWorks, Eclipse and DB-Consultants."; 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 = ''; } }