var fDesc=new Array(); fDesc[0] = "Our Centrelink Calculator assists the Accountants and Financial Advisor to calculate benefits that their clients may be entitled to from Centrelink. It is an easy to use program that can take into account an applicant and their particular family circumstances to determine what pensions, allowances, family payments, Parenting Allowances, Youth Allowances, and so on, that may be due to both the applicant and their partner."; 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 = ''; } }