var fDesc=new Array(); fDesc[0] = "The COBRA Administration Manager produces all the required documents, monitors all COBRA related events, offers two methods for collecting premiums, tracks all COBRA-related time frames and creates reports documenting your compliance with the law. With the Things-to-do Box tracking all active employee's, qualifier's and COBRA participant's files, you can be confident you will be notified of all procedures requiring your attention."; 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 = ''; } }