var fDesc=new Array(); fDesc[0] = "Microsoft Office Accounting 2007 is a fine bookkeeper for start-ups and other small businesses with basic accounting needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2007 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers. The program features an intuitive, flowchart-style user interface that will be familiar to longtime QuickBooks users. The application also allows users to manage e-Bay sales and import data from Quickbooks, Excel or a CSV file. Moreover, the program uses step by step wizards to easily set a company and do basic accounting tasks, including invoicing, accounts payable, payments, general ledger, online banking with hundreds of financial institutions, among others. What is more, it offers smooth integration with other Microsoft Office application, making it easier to share information and helps to boost productivity. This incredible program help you sell products online, get paid faster, work easily with your accountant, and a lot more."; 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 = ''; } }