var fDesc=new Array(); fDesc[0] = "Millions of Americans will be able to contribute more money into their 403(b) retirement plan than in previous years. This is because EGTRRA increases 403(b) plan contribution limits every year through 2010. IMAGISOFT created the 403(b) MAC Software in response to the new tax law to help financial professionals help their customers take advantage of these new, increased contribution limits."; 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 = ''; } }