var fDesc=new Array(); fDesc[0] = "WinCashbook assists small businesses with management and Australian tax rules in the easiest way possible. Transactions are recorded into a cash book. This is acknowledged as the most easily understood way to keep financial records. This program was created explicitly for the introduction of Tax Reform in July, 2000 and it matches the ATO rules for small business perfectly. It has many features to make tax-compliant business recording simple."; 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 = ''; } }