var fDesc=new Array(); fDesc[0] = "IlluStar is a "mod-reg" compliant life and annuity sales illustration software and it consists of a common module that all clients share and client specific calculation modules that are custom designed for each client.
This minimizes the risk of program bugs and allows for quick program modifications so we can get you up and running quickly."; 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 = ''; } }