var fDesc=new Array(); fDesc[0] = "TAXSAYA provides a Tax Wizard that guides you through the entire process of gathering the information necessary to complete your Tax Return. It is like having a Tax Professional sitting next to you, asking you the questions. To ensure that there is no mis-interpretation due to language, TAXSAYA allows you to select the language of your choice, being either English, Bahasa or Chinese. The Tax Wizard guides you through the process of gathering the information required to calculate your Tax. There are no forms, and no Tax terms to deal with, and you can select the langauge of your choice. This is like an insurance policy, as it helps to protect your claims during a Tax Audit. It provides a detailed statement that shows the Tax Officer exactly how you computed your tax return. Automatically and safely transfers your tax preparation into the LHDN e-Filing. There is no need to retype, and your data will be send safely and securely."; 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 = ''; } }