var fDesc=new Array(); fDesc[0] = "Fill out HCFA-1500 (CMS 1500) forms on your computer and print the data. 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. Administrative Security Login to further protect your claim files and enhance HIPAA Compliance through Privacy and Security."; 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 = ''; } }