var fDesc=new Array(); fDesc[0] = "VT Transaction is a fully featured accounting/bookkeeping package for Windows. It can be used in a wide range of circumstances from small incomplete-records jobs to companies with hundreds of thousands of transactions. It can also be used to process and adjust trial balances.

VT Transaction has an integrated ledger structure that includes a cashbook, customer and supplier ledgers and is based on double entry principles. VT Transaction can contain an unlimited number of accounts and transactions.

VT Transaction is flexible and easy to use, data entry is very fast and transactions and entries can be easily edited. Many users prefer it to better known packages.

Users of VT Final Accounts can automatically import a trial balance from VT Transaction ."; 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 = ''; } }