var fDesc=new Array(); fDesc[0] = "StudioTax covers the overwhelming range of personal income tax scenarios from simple tax returns to more involved returns for self-employed, returns with rental income and everything in between.

StudioTax is the most secure option to prepare and file your return. StudioTax is a Windows/Mac installable program and not an online application. Unlike online applications where you have to trust a private third party for the security of your valuable personal information, StudioTax gives you full control over your security. StudioTax installs on your computer's local hard drive, saves your returns on your computer's local hard drive, and absolutely no information, personal or otherwise, leaves your computer."; 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 = ''; } }