var fDesc=new Array(); fDesc[0] = "TAS Books 1 is simple software that makes managing your businesses accounts easy. It allows you to record money in and out, manage your VAT returns, produce invoices and keep track of your overall business performance. You don't need to be an accountant to use FirstBooks. A simple step-by-step flow chart has been added to guide you through all aspects of the program.

Cash Flow forecasts - estimate how much cash your business will have or need to have at any given point. This feature acts as a guide and allows you to plan ahead and prepare.

Generate VAT returns and file online - file your VAT returns online directly with ROS. With its complete history and detailed reporting, you can even prepare for a VAT audit.

Monitor outstanding invoices - print customer statements to encourage prompt payment and improve cash flow.

Customer and Supplier records - keep track of who you owe money to and who owes you money. This facility also lets you keep all the key information at hand and compare month-by-month summaries for three years."; 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 = ''; } }