var fDesc=new Array(); fDesc[0] = "The Australian Taxation Office's Electronic Commerce Interface (ECI) Client software is an application that allows businesses with an Australian Business Number (ABN) to communicate with the ATO electronically. Some examples of the functions you can perform are:

- collecting documents/files from the ATO electronically
- sending documents/files to the ATO electronically
- checking your documents/files for errors before sending
- send secure messages to the ATO via the Internet (Superannuation only)."; 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 = ''; } }