var fDesc=new Array(); fDesc[0] = "Zed Axis makes it easy to import, export, modify, and delete transactions and lists from text, IIF, or Excel spreadsheets directly into your QuickBooks desktop, QuickBooks Online or QuickBooks POS company file. Axis supports all major sales transactions from Estimates through to Invoices, purchase type transactions from Purchase Orders through to Checks & Bills as well as journals, time entry's and inventory type transactions.

Advanced features like auto-numbering, updating contact details, , creating items, customers, jobs, or employees, and import undo makes data transfer easier."; 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 = ''; } }