var fDesc=new Array(); fDesc[0] = "TheraQuick is a state-of-the art billing and practice management solution for mental health professionals.

TheraQuick is ideal for small-to medium-sized practices while offering a rich and comprehensive feature set with unparalleled ease of use.

Features:
- Client records and activity tracking
- Client charging and billing
- Insurance charging and billing
- Client progress notes
- Electronic insurance claims
- Bank-ready deposit slips
- Solo or multi-user versions"; 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 = ''; } }