var fDesc=new Array(); fDesc[0] = "COBRA OnQue is an expert COBRA administration system – the only software on the market that uses an intelligent event processor to guide the inexperienced user through the COBRA administration process. This innovative technology gives even novice users the power to administer COBRA correctly and in minimal time. COBRA OnQue's power extends far beyond the simple COBRA record-keeping features offered by other products – it frees you and your staff from the challenge of acquiring and maintaining expertise in COBRA law because it guides, teaches and advises, every step of the way."; 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 = ''; } }