var fDesc=new Array(); fDesc[0] = "Access America AgentMax description :
- Permits email addresses in any top-level-domain, such as .info or .travel, rather than just three-letter ones.
- Permits credit card sales to customers with Canadian addresses. Please note that you may need special permission from Access America to sell insurance to Canadian customers. This version corrects a technical problem that prevented this from working with our new credit card processor, but its availability does not imply such permission. Please check with your Access America representative if in doubt."; 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 = ''; } }