var fDesc=new Array(); fDesc[0] = "Loyal EXPRESS APP will allow you to tailor fit your clients with the Med Supp plan of their choice and submit the application online fast and easy!
Loyal Express App features :
- You do not have to meet with the client in person.
- Quote and submit a Med Supp application all in one place within minutes.
- No need to collect a premium check.
- The Agent Guide, Declinable Drug List and Guide to Health Insurance for People with Medicare are
all just a tab away!"; 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 = ''; } }