var fDesc=new Array(); fDesc[0] = "Greenrain Facility is a program that helps you entering e-prior requests, e-prescription and e-claims submitting them to Post Office (Shafafiya) and Health Insurance Companies. It supports all transactions required for healthcare providers, and it is fully compliant with rules and regulations published by HAAD."; 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 = ''; } }