var fDesc=new Array(); fDesc[0] = "Fill out Dental Association (J400) forms on your computer and print the data or submit claims electronically.
- A simple interface with Help boxes for ease of use and learning that act as a Tutorial
- Save and load claims from your hard drive or network
- Creates templates for speed of completion and to eliminate repetitive entries
- Print onto pre-purchased forms or print the entire form in either color or black & white
- Advanced Printer Alignment that calibrates the form with your printer
- Batch Printing allows multiple claims to print with a single click
- EDI File Creator allows the user to create a single “Print Image” file out of multiple claims, which can then be sent to a clearinghouse for Electronic, Paperless Submission"; 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 = ''; } }