var fDesc=new Array(); fDesc[0] = "NTAAs Deduction Finder is a program that provides every deduction for every occupation. The program prompts practitioners so that every claim is maximised and correct, and separates the claims into labels D1 and D5 of the 2014 'I' Return. Records for new clients can be added as easily as clicking a button, giving users the freedom to include all relevant details to keep a record of the interview."; 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 = ''; } }