var fDesc=new Array(); fDesc[0] = "Greenrain Clinic is a software that helps you entering e-claims and submitting them to Health Authority Abu Dhabi (HAAD) and Health Insurance Companies.

The software supports all transactions required for healthcare providers, and it is fully compliant with rules and regulations published by HAAD. You can find all these rules on HAAD Data Dictionary web site.

Greenrain Clinic is completely FREE software including technical support by phone and e-mail for any clinic that requires e-claims support.

You can use the software to enter e-claims and send them to HAAD and Health Insurance Companies.

When you receive Remittance Advice e-claim transaction from the insurance company, the program will export them into the database for your records."; 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 = ''; } }